diff --git a/templates/sitemap.html b/templates/sitemap.html deleted file mode 100644 index e844e0b..0000000 --- a/templates/sitemap.html +++ /dev/null @@ -1,32 +0,0 @@ - - - -{% for article in articles %} - - {{ SITEURL }}/{{ article.url }} - 0.8 - - - {% for translation in article.translations %} - - {{ SITEURL }}/{{ translation.url }} - 0.8 - - {% endfor %} -{% endfor %} - -{% for page in pages %} - - {{ SITEURL }}/{{ page.url }} - 1.0 - - - {% for translation in page.translations %} - - {{ SITEURL }}/{{ translation.url }} - 1.0 - - {% endfor %} -{% endfor %} - -