mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
committed by
GitHub
parent
9a326d5636
commit
cd44d409ba
@@ -168,7 +168,7 @@ var (
|
||||
|
||||
JSONType = newMediaType("application", "json", []string{"json"})
|
||||
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"})
|
||||
SVGType = newMediaTypeWithMimeSuffix("image", "svg", "xml", []string{"svg"})
|
||||
TextType = newMediaType("text", "plain", []string{"txt"})
|
||||
|
Reference in New Issue
Block a user