Merge commit 'd3927310d5b2404c3238f9b899db3329ea516490'

This commit is contained in:
Bjørn Erik Pedersen
2023-05-27 17:02:23 +02:00
75 changed files with 214 additions and 167 deletions

View File

@@ -27,7 +27,7 @@ With a multilingual project, Hugo generates:
Set the default values for [change frequency] and [priority], and the name of the generated file, in your site configuration.
{{< code-toggle file="config" >}}
{{< code-toggle file="hugo" >}}
[sitemap]
changefreq = 'monthly'
filename = 'sitemap.xml'
@@ -72,7 +72,7 @@ To override the built-in sitemapindex.xml template, create a new file in either
You may disable sitemap generation in your site configuration:
{{< code-toggle file="config" >}}
{{< code-toggle file="hugo" >}}
disableKinds = ['sitemap']
{{</ code-toggle >}}