Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 196 Bytes

sitemap.md

File metadata and controls

9 lines (8 loc) · 196 Bytes
layout title
page
Sitemap

{% for page in site.pages %} {{site.production_url}}{{ page.url }}{% endfor %} {% for post in site.posts %} {{site.production_url}}{{ post.url }}{% endfor %}