Blog section correction RSS

This commit is contained in:
2026-01-26 03:38:17 +01:00
parent 5abbf367ab
commit a4fe70de60
4 changed files with 7 additions and 6 deletions

View File

@@ -223,7 +223,7 @@ def viewuser(author):
posts=[dict(title=post[0], subtitle=post[1], creation_date=post[2], last_updated=post[3], author=post[4], status=post[5])] + posts
return render_template('index_author_blog.html', section='Blog', posts=posts, author=author)
return render_template('index_blog.html', section='Blog', posts=posts, author=author)
@blog.route('/blog/<author>/rss.xml', methods=['GET'])
def viewauthorrss(author):