Add favicon support

This commit is contained in:
Paweł Romanowski 2019-04-01 17:25:45 +02:00
parent 34047623ff
commit df84c55f4c
3 changed files with 25 additions and 0 deletions

View file

@ -70,3 +70,10 @@ post_view_navigation_prompt = "Thanks for reading! Read other posts?"
# Switch this to true if you need full unicode support.
# Defaults to false.
use_full_hack_font = false
# Optional: Global favicon URL and mimetype.
# Mimetype defaults to "image/x-icon".
# The URL should point at a file located
# in your site's "static" directory.
# favicon = "/favicon.png"
# favicon_mimetype = "image/png"