Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 230 Bytes

sitemap.md

File metadata and controls

18 lines (14 loc) · 230 Bytes
layout title
page
Sitemap

Sitemap

Pages

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

Posts

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