1
0
mirror of https://github.com/tiyn/beaker-blog.git synced 2026-02-22 12:54:48 +01:00

fixed rss errors

This commit is contained in:
2024-04-20 18:34:51 +02:00
parent a4d2290e47
commit 2a2a5f77b6
3 changed files with 9 additions and 6 deletions

View File

@@ -129,7 +129,8 @@ def feed():
content_string=content,
title=TITLE,
description=DESCRIPTION,
website=WEBSITE)
website=WEBSITE,
language=LANGUAGE)
response = make_response(feed_xml)
response.headers["Content-Type"] = "application/rss+xml"
return response