Added debian download page to sitemap
This commit is contained in:
@@ -79,6 +79,9 @@ def render_sitemap():
|
|||||||
urls.append({
|
urls.append({
|
||||||
'path': '/download',
|
'path': '/download',
|
||||||
})
|
})
|
||||||
|
urls.append({
|
||||||
|
'path': '/download/debian',
|
||||||
|
})
|
||||||
|
|
||||||
# Render and return the sitemap
|
# Render and return the sitemap
|
||||||
response = make_response(render_template('global/sitemap.xml', url_root=url_root, langs=SUPPORTED_LANGS, urls=urls))
|
response = make_response(render_template('global/sitemap.xml', url_root=url_root, langs=SUPPORTED_LANGS, urls=urls))
|
||||||
|
Reference in New Issue
Block a user