diff --git a/i2p2www/sitemap.py b/i2p2www/sitemap.py index d713a34e..e37be0a9 100644 --- a/i2p2www/sitemap.py +++ b/i2p2www/sitemap.py @@ -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))