summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Ludikovsky <peter@ludikovsky.name>2016-02-16 09:46:50 +0000
committerPeter Ludikovsky <peter@ludikovsky.name>2016-02-16 09:46:50 +0000
commitca6aa6f9678bb744ce613d32658cd4d79cc1bdee (patch)
tree73ff89c4bd7fb867d8a09eb84f83069455dea3a4
parent458e0b36695b89aa3a6b03f79732a2abf6f678ae (diff)
Added Sitemap template
-rw-r--r--default-files/sitemap.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/default-files/sitemap.xml b/default-files/sitemap.xml
new file mode 100644
index 0000000..d8844ba
--- /dev/null
+++ b/default-files/sitemap.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<urlset xmllns="http://www.sitemaps.org/schemas/sitemap/0.9"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
+<?fugitive foreach:article ?>
+ <url>
+ <loc><?fugitive blog_url ?><?fugitive article_file ?>.html</loc>
+ <lastmod><?fugitive article_mdatetime ?></lastmod>
+ </url>
+<?fugitive endforeach:article ?>
+</urlset>