mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 18:08:31 +07:00
Set the correct key for the favicon
`favicon` is used throughout the themes, build.py used `site_favicon`.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user