diff --git a/test/source/sitemap.xml b/test/source/sitemap.xml index 8d9f0fcd..e84d32fe 100644 --- a/test/source/sitemap.xml +++ b/test/source/sitemap.xml @@ -14,10 +14,19 @@ layout: nil {% for post in site.posts %} - http://example.com/{{ post.url }}/ + http://example.com{{ post.url }}/ {{ post.date | date: "%Y-%m-%d" }} monthly 0.2 {% endfor %} + + {% for page in site.html_pages %} + + http://example.com{{ page.url }} + {{ site.time | date: "%Y-%m-%d" }} + {% if page.changefreq %}{{ page.changefreq }}{% endif %} + {% if page.priority %}{{ page.priority }}{% endif %} + + {% endfor %}