mise à jour

This commit is contained in:
Yannick Francois
2020-02-17 17:03:01 +01:00
parent 952f8b99d9
commit 10796b4e52
368 changed files with 7782 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
title: Sitemap
---
{% for page in site.pages %}
{{site.production_url}}{{ page.url }}{% endfor %}
{% for post in site.posts %}
{{site.production_url}}{{ post.url }}{% endfor %}