Added debian download page to sitemap

This commit is contained in:
str4d
2013-01-17 02:04:08 +00:00
parent 9744a12c89
commit 0132662d37

View File

@@ -79,6 +79,9 @@ def render_sitemap():
urls.append({
'path': '/download',
})
urls.append({
'path': '/download/debian',
})
# Render and return the sitemap
response = make_response(render_template('global/sitemap.xml', url_root=url_root, langs=SUPPORTED_LANGS, urls=urls))