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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user