diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-09 22:08:05 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-09 22:08:05 -0800 |
| commit | f338b31bd5073004cbd1d1b0535b51e11cbe0679 (patch) | |
| tree | 2465ff41ccfc48bd9cb57644bee29b43d62e432f /sitemap.xml | |
| parent | Delete a bunch of posts. (diff) | |
| download | lumberjaph-f338b31bd5073004cbd1d1b0535b51e11cbe0679.tar.gz | |
Remove a bunch of unused files.
Diffstat (limited to '')
| -rw-r--r-- | sitemap.xml | 20 |
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> |
