mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
specify proper sitemap schema
This commit is contained in:
parent
911396c57f
commit
c2f682ede6
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<urlset xmlns="https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
|
||||
{% for sitemap_entry in entries %}
|
||||
<url>
|
||||
<loc>{{ sitemap_entry.permalink | safe }}</loc>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<sitemapindex xmlns="https://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">
|
||||
{% for sitemap in sitemaps %}
|
||||
<sitemap>
|
||||
<loc>{{ sitemap }}</loc>
|
||||
|
|
Loading…
Reference in a new issue