diff --git a/conf.py b/conf.py index fbfef1005..e09392253 100644 --- a/conf.py +++ b/conf.py @@ -882,6 +882,9 @@ # ("icon", "/favicon.ico", "16x16"), # ("icon", "/icon_128x128.png", "128x128"), # ) +FAVICONS = ( + ("icon", "/images/pyar.png", "16x16"), +) # Show teasers (instead of full posts) in indexes? Defaults to False. # INDEX_TEASERS = False diff --git a/images/pyar.png b/images/pyar.png new file mode 100644 index 000000000..a19f390c6 Binary files /dev/null and b/images/pyar.png differ diff --git a/themes/pyar/templates/base.tmpl b/themes/pyar/templates/base.tmpl index 422b501cd..d969ae1cc 100644 --- a/themes/pyar/templates/base.tmpl +++ b/themes/pyar/templates/base.tmpl @@ -4,6 +4,7 @@ {{ set_locale(lang) }} {{ base.html_headstart() }} {% block extra_head %} + {# Leave this block alone. #} {% endblock %} {{ template_hooks['extra_head']() }}