hugo/resources/images
John Zaitseff 158e7ec204 Fix incorrect MIME type from image/jpg to image/jpeg
According to multiple sources, both official ([IANA] and [RFC2046]) and
otherwise (eg, [Mozilla] and [Wikipedia]), the official MIME type for
JPEG images is `image/jpeg`, not `image/jpg`.  Change Hugo to match.

[IANA]: https://www.iana.org/assignments/media-types/media-types.xhtml#image
[RFC2046]: https://tools.ietf.org/html/rfc2046
[Mozilla]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types
[Wikipedia]: https://en.wikipedia.org/wiki/JPEG
2019-12-19 18:02:11 +01:00
..
exif
color.go
color_test.go
config.go
config_test.go
filters.go
filters_test.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
image.go Fix incorrect MIME type from image/jpg to image/jpeg 2019-12-19 18:02:11 +01:00
resampling.go
smartcrop.go