mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
parent
ab4e1dfa4e
commit
643b671931
1 changed files with 6 additions and 5 deletions
|
@ -144,11 +144,12 @@ var (
|
|||
}
|
||||
|
||||
WebAppManifestFormat = Format{
|
||||
Name: "WebAppManifest",
|
||||
MediaType: media.WebAppManifestType,
|
||||
BaseName: "manifest",
|
||||
IsPlainText: true,
|
||||
Rel: "manifest",
|
||||
Name: "WebAppManifest",
|
||||
MediaType: media.WebAppManifestType,
|
||||
BaseName: "manifest",
|
||||
IsPlainText: true,
|
||||
NotAlternative: true,
|
||||
Rel: "manifest",
|
||||
}
|
||||
|
||||
RobotsTxtFormat = Format{
|
||||
|
|
Loading…
Reference in a new issue