mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
parent
9a326d5636
commit
cd44d409ba
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ var (
|
||||||
|
|
||||||
JSONType = newMediaType("application", "json", []string{"json"})
|
JSONType = newMediaType("application", "json", []string{"json"})
|
||||||
WebAppManifestType = newMediaTypeWithMimeSuffix("application", "manifest", "json", []string{"webmanifest"})
|
WebAppManifestType = newMediaTypeWithMimeSuffix("application", "manifest", "json", []string{"webmanifest"})
|
||||||
RSSType = newMediaTypeWithMimeSuffix("application", "rss", "xml", []string{"xml"})
|
RSSType = newMediaTypeWithMimeSuffix("application", "rss", "xml", []string{"xml", "rss"})
|
||||||
XMLType = newMediaType("application", "xml", []string{"xml"})
|
XMLType = newMediaType("application", "xml", []string{"xml"})
|
||||||
SVGType = newMediaTypeWithMimeSuffix("image", "svg", "xml", []string{"svg"})
|
SVGType = newMediaTypeWithMimeSuffix("image", "svg", "xml", []string{"svg"})
|
||||||
TextType = newMediaType("text", "plain", []string{"txt"})
|
TextType = newMediaType("text", "plain", []string{"txt"})
|
||||||
|
|
Loading…
Reference in a new issue