summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorp4bl0 <r@uzy.me>2016-02-16 16:01:46 +0100
committerp4bl0 <r@uzy.me>2016-02-16 16:01:46 +0100
commite259d3cabeae1625ca77da3633dd8b6a723202e5 (patch)
tree630070f4dc59b66fba51df4886291d4e41b81244
parent5aafb51296368f22785736d22eeac828c47572ab (diff)
using 2-space tabs for sitemap.xml too
-rw-r--r--default-files/sitemap.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/default-files/sitemap.xml b/default-files/sitemap.xml
index 48d0d23..84a451e 100644
--- a/default-files/sitemap.xml
+++ b/default-files/sitemap.xml
@@ -1,14 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<urlset xmlns="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_cdatetime_html5 ?></lastmod>
-<?fugitive ifset:article_mdatetime_html5 ?>
- <lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
-<?fugitive endifset:article_mdatetime_html5 ?>
- </url>
-<?fugitive endforeach:article ?>
+ 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_cdatetime_html5 ?></lastmod>
+ <?fugitive ifset:article_mdatetime_html5 ?>
+ <lastmod><?fugitive article_mdatetime_html5 ?></lastmod>
+ <?fugitive endifset:article_mdatetime_html5 ?>
+ </url>
+ <?fugitive endforeach:article ?>
</urlset>