summaryrefslogtreecommitdiff
path: root/sitemap.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sitemap.xml')
-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 94768a8..0000000
--- a/sitemap.xml
+++ /dev/null
@@ -1,20 +0,0 @@
----
-layout: nil
----
-<?xml version="1.0" encoding="utf-8"?>
-<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
-<url>
-<loc>http://lumberjaph.net/</loc>
-<lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
-<changefreq>weekly</changefreq>
-<priority>1.0</priority>
-</url>
-{% for post in site.posts %}
-<url>
-<loc>http://lumberjaph.net{{ post.url }}</loc>
-<lastmod>{{ post.date | date_to_xmlschema }}</lastmod>
-<changefreq>monthly</changefreq>
-<priority>0.9</priority>
-</url>
-{% endfor %}
-</urlset>