Fixed blog post URLs in sitemaps

This commit is contained in:
str4d
2014-01-22 01:41:14 +00:00
parent bda1bb74f1
commit ee7543842c

View File

@ -85,7 +85,7 @@ def render_sitemap():
blog_slugs = get_blog_slugs()
for slug in blog_slugs:
urls.append({
'path': '/blog/entry/%s' % slug,
'path': '/blog/post/%s' % slug,
})
# -------------