1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

fixed description in feed

This commit is contained in:
Bastian Venthur
2021-02-06 17:34:06 +01:00
parent ed493033b0
commit a517079d8b

View File

@@ -207,7 +207,7 @@ def generate_feed(
feed = feedgenerator.Atom1Feed(
link=base_url,
title=blog_title,
subtitle=blog_subtitle,
description=blog_subtitle,
feed_url=base_url + 'atom.xml',
)