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