Removed old sitemap
This commit is contained in:
parent
635a2b79f5
commit
84752bdb40
20
sitemap.xml
20
sitemap.xml
|
@ -1,20 +0,0 @@
|
||||||
---
|
|
||||||
---
|
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
||||||
{% for post in site.posts %}
|
|
||||||
<url>
|
|
||||||
<loc>{{ site.url }}{{ post.url | remove: 'index.html' }}</loc>
|
|
||||||
</url>
|
|
||||||
{% endfor %}
|
|
||||||
|
|
||||||
{% for page in site.pages %}
|
|
||||||
{% if page.layout != nil %}
|
|
||||||
{% if page.layout != 'redirect' %}
|
|
||||||
<url>
|
|
||||||
<loc>{{ site.url }}{{ page.url | remove: 'index.html' }}</loc>
|
|
||||||
</url>
|
|
||||||
{% endif %}
|
|
||||||
{% endif %}
|
|
||||||
{% endfor %}
|
|
||||||
</urlset>
|
|
Loading…
Reference in a new issue