feat: add support for changefreq in sitemap
This commit is contained in:
parent
1569d291b9
commit
a4a5b18800
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ excludeFromSitemap: true
|
|||
<url>
|
||||
<loc>{{ meta.url }}{{ page.url }}</loc>
|
||||
<lastmod>{{ lastmod | toIsoString }}</lastmod>
|
||||
<changefreq>{{ page.data.changeFreq if page.data.changeFreq else "monthly" }}</changefreq>
|
||||
</url>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue