mirror of
https://github.com/adulau/brouilleursdeblanc.git
synced 2024-11-07 12:06:26 +00:00
Add pages to sitemap
This commit is contained in:
parent
e069fc3334
commit
44b135db43
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ layout: nil
|
|||
<loc>{{ site.url }}</loc>
|
||||
</url>
|
||||
|
||||
{% for page in site.pages %}
|
||||
<url>
|
||||
<loc>{{ site.url }}{{ page.url }}</loc>
|
||||
</url>
|
||||
{% endfor %}
|
||||
|
||||
{% for post in site.posts %}
|
||||
<url>
|
||||
<loc>{{ site.url }}{{ post.url }}</loc>
|
||||
|
|
Loading…
Reference in a new issue