diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-19 22:55:05 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2020-08-19 22:56:31 -0700 |
commit | 5f282a6267182214080ca36bcec4da1755589b46 (patch) | |
tree | c6f9bd5a84da9e1c2e53aa6af2931df6f9110e60 /extra/sitemap/sitemap.xml | |
parent | 88a99387e09c7c43803129e72215ef3f6b4cafc6 (diff) | |
download | fatcat-5f282a6267182214080ca36bcec4da1755589b46.tar.gz fatcat-5f282a6267182214080ca36bcec4da1755589b46.zip |
iterate on sitemap generation
Diffstat (limited to 'extra/sitemap/sitemap.xml')
-rw-r--r-- | extra/sitemap/sitemap.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/extra/sitemap/sitemap.xml b/extra/sitemap/sitemap.xml deleted file mode 100644 index 4404bdc2..00000000 --- a/extra/sitemap/sitemap.xml +++ /dev/null @@ -1,6 +0,0 @@ -<?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> |