Fixed blog post URLs in sitemaps
This commit is contained in:
@ -85,7 +85,7 @@ def render_sitemap():
|
|||||||
blog_slugs = get_blog_slugs()
|
blog_slugs = get_blog_slugs()
|
||||||
for slug in blog_slugs:
|
for slug in blog_slugs:
|
||||||
urls.append({
|
urls.append({
|
||||||
'path': '/blog/entry/%s' % slug,
|
'path': '/blog/post/%s' % slug,
|
||||||
})
|
})
|
||||||
|
|
||||||
# -------------
|
# -------------
|
||||||
|
Reference in New Issue
Block a user