aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-06-16 00:40:22 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-06-16 00:40:22 -0400
commit84752bdb403c685f2923a8dd8d0b2a3e6625c3e2 (patch)
treea383e490213a95386607b833eb021420f919229c
parent635a2b79f5a6eab300bab3afc142f3af9b562a29 (diff)
downloadkompetenzbolzen.github.io-84752bdb403c685f2923a8dd8d0b2a3e6625c3e2.tar.gz
Removed old sitemap
-rw-r--r--sitemap.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sitemap.xml b/sitemap.xml
deleted file mode 100644
index 4b3a4d4..0000000
--- a/sitemap.xml
+++ /dev/null
@@ -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> \ No newline at end of file