Skip to content

Commit

Permalink
Merge pull request #87 from JimPanic/patch-1
Browse files Browse the repository at this point in the history
Set the correct key for the favicon
  • Loading branch information
tomchristie committed May 21, 2014
2 parents ad49922 + 7722e0d commit 91a545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs/build.py
Expand Up @@ -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,
Expand Down

0 comments on commit 91a545f

Please sign in to comment.