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
resource_transformers Rework template handling for function and map lookups 2019-12-12 10:04:35 +01:00
testdata
image.go tpl/partials: Allow any key type in partialCached 2019-12-03 00:13:47 +01:00
image_cache.go resources/images: Make the image cache more robust 2019-11-25 18:59:06 +01:00
image_test.go
resource.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_cache.go
resource_cache_test.go
resource_metadata.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
resource_metadata_test.go
resource_spec.go
resource_test.go
testhelpers_test.go
transform.go Fix Params case handling in the index, sort and where func 2019-11-22 18:41:50 +01:00
transform_test.go