aboutsummaryrefslogtreecommitdiff
path: root/docs/sitemap.xml
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-03-03 21:50:03 -0800
committerMark Otto <[email protected]>2014-03-03 21:50:03 -0800
commit2ece8dd33616bc2e7f753d108810df7eeac7c3a9 (patch)
tree88376b4fca645a8c2fa6267d301d92c0bf639919 /docs/sitemap.xml
parentb22f064c2ee38dbd84635d91b8a809a8923f5bfd (diff)
parente381635b1faf7480bcf54618804a62dd4a049a93 (diff)
downloadbootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.tar.xz
bootstrap-2ece8dd33616bc2e7f753d108810df7eeac7c3a9.zip
Merge branch 'master' into rtl_via_css_flip
Diffstat (limited to 'docs/sitemap.xml')
-rw-r--r--docs/sitemap.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/sitemap.xml b/docs/sitemap.xml
new file mode 100644
index 000000000..7aaf56c9b
--- /dev/null
+++ b/docs/sitemap.xml
@@ -0,0 +1,22 @@
+---
+layout: nil
+---
+<?xml version="1.0" encoding="UTF-8"?>
+<urlset 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" xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
+ <url>
+ <loc>{{ site.url }}/</loc>
+ <lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
+ <changefreq>daily</changefreq>
+ <priority>1.0</priority>
+ </url>
+ {% for page in site.html_pages %}
+ {% if page.layout != "home" %}
+ <url>
+ <loc>{{ site.url }}{{ page.url }}</loc>
+ <lastmod>{{ site.time | date_to_xmlschema }}</lastmod>
+ <changefreq>weekly</changefreq>
+ <priority>0.7</priority>
+ </url>
+ {% endif %}
+ {% endfor %}
+</urlset>