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 resources: Cache Exif data to disk 2019-09-02 16:37:28 +02:00
color.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
color_test.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
config.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
config_test.go resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
filters.go Add a set of image filters 2019-08-28 15:59:54 +02:00
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 Add a set of image filters 2019-08-28 15:59:54 +02:00
smartcrop.go Add a set of image filters 2019-08-28 15:59:54 +02:00