fix: Set blog title and description when generateing the index

This commit is contained in:
PapaTutuWawa 2021-11-23 12:46:28 +01:00
parent 393b73aacb
commit 36778e0e5b

View File

@ -267,7 +267,7 @@ def main():
# Create blog list pages.
make_list(blog_posts, '_site/index.html',
list_layout, item_layout, blog='blog', **params)
list_layout, item_layout, blog='blog', **{ **params, title=params["blog_title"], description=params["blog_description"] })
if options.rss:
feed_xml = fread('layout/feed.xml')