diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2019-03-25 21:05:35 +0000 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2019-03-25 21:05:35 +0000 |
| commit | e1f06b311652786b2a3c9dd5981bbe9b51383d1a (patch) | |
| tree | 6a584596d2d402f6eeb1e4bc14374a76fb8e1dec /_site_build/sitemap.xml | |
| parent | 4972068ab2e97a017e28f4e7b91858f9fcaeceb6 (diff) | |
Begining of rebuild.
Diffstat (limited to '_site_build/sitemap.xml')
| -rw-r--r-- | _site_build/sitemap.xml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/_site_build/sitemap.xml b/_site_build/sitemap.xml deleted file mode 100644 index 05fbb19..0000000 --- a/_site_build/sitemap.xml +++ /dev/null @@ -1,26 +0,0 @@ ---- -layout: nil ---- -<?xml version="1.0" encoding="UTF-8"?> -<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> - <url> - <loc>{{ site.url}}/</loc> - <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod> - <changefreq>daily</changefreq> - <priority>1.0</priority> - </url> - <url> - <loc>{{ site.url}}/about/</loc> - <lastmod>{{ site.time | date: "%Y-%m-%d" }}</lastmod> - <changefreq>monthly</changefreq> - <priority>0.6</priority> - </url> - {% for post in site.posts %} - <url> - <loc>{{ site.url}}{{ post.url }}</loc> - <lastmod>{{ post.date | date: "%Y-%m-%d" }}</lastmod> - <changefreq>weekly</changefreq> - <priority>0.8</priority> - </url> - {% endfor %} -</urlset> |
