summaryrefslogtreecommitdiff
path: root/sitemap.txt
blob: 25c568f502b97fe5a976a0c2cf7d51674293359f (plain)
1
2
3
4
5
6
7
8
---
# Remember to set production_url in your _config.yml file!
title : Sitemap
---
{% for page in site.pages %}
{{site.production_url}}{{ page.url }}{% endfor %}
{% for post in site.posts %}
{{site.production_url}}{{ post.url }}{% endfor %}