Skip to content
Snippets Groups Projects
Commit b16e7bc2 authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Add missing variables from archives

parent eb9b7c90
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -158,6 +158,8 @@ def generate_archive(posts, tag_set):
tpl = env.get_template('blog.html')
html = tpl.render(dict(
sitename=cfg['sitename'],
license=cfg['license'],
logo=cfg['logo'],
title='blog: #{0}'.format(tag),
posts=post_list
))
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment