Set the correct key for the favicon

`favicon` is used throughout the themes, build.py used `site_favicon`.
This commit is contained in:
Alexander Pánek
2014-05-21 15:08:45 +02:00
parent ad4992260b
commit 7722e0d2d8

View File

@@ -101,7 +101,7 @@ def get_context(page, content, nav, toc, meta, config):
return {
'site_name': site_name,
'site_author': config['site_author'],
'site_favicon': site_favicon,
'favicon': site_favicon,
'page_title': page_title,
'page_description': page_description,