Files
jlengrand.github.io/sitemap.xml
Julien Lengrand-Lambert df561fc7a1 Giving some love to the blog
2018-05-04 16:17:14 +02:00

15 lines
309 B
XML

---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>{{ site.url }}</loc>
</url>
{% for post in site.posts %}
<url>
<loc>{{ site.url }}{{ post.url }}</loc>
</url>
{% endfor %}
</urlset>