diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-05-07 17:30:10 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-19 12:08:53 -0700 |
commit | 88a99387e09c7c43803129e72215ef3f6b4cafc6 (patch) | |
tree | f039da420f4f4cb032561d194ae809396037dbff /extra/sitemap/sitemap.xml | |
parent | 5007ee299ce07b31db6d48cd4ab2587f87af53ab (diff) | |
download | fatcat-88a99387e09c7c43803129e72215ef3f6b4cafc6.tar.gz fatcat-88a99387e09c7c43803129e72215ef3f6b4cafc6.zip |
initial sitemap.xml notes/template
Diffstat (limited to 'extra/sitemap/sitemap.xml')
-rw-r--r-- | extra/sitemap/sitemap.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/extra/sitemap/sitemap.xml b/extra/sitemap/sitemap.xml new file mode 100644 index 00000000..4404bdc2 --- /dev/null +++ b/extra/sitemap/sitemap.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> + <url> + <loc>{{page[0]|safe}}</loc> + </url> +</urlset> |