hugo/resources
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
..
images Fix incorrect MIME type from image/jpg to image/jpeg 2019-12-19 18:02:11 +01:00
internal tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
page Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
resource Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_factories Fix concat with fingerprint regression 2019-09-05 19:59:49 +02:00
resource_transformers Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
testdata resources/images: Allow to set background fill colour 2019-10-20 22:06:58 +02:00
image_cache.go resources/images: Make the image cache more robust 2019-11-25 18:59:06 +01:00
image_test.go resources/images: Add exception for new test image 2019-10-30 12:22:13 -06:00
image.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
resource_cache_test.go Improve the server assets cache invalidation logic 2019-08-13 18:09:46 +02:00
resource_cache.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_metadata_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
resource_metadata.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_spec.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
resource_test.go Fix cache keys for bundled resoures in transform.Unmarshal 2019-09-12 20:58:06 +02:00
resource.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
testhelpers_test.go Cache processed images by their source path 2019-09-03 18:38:57 +02:00
transform_test.go Image resource refactor 2019-08-26 15:00:44 +02:00
transform.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00