diff --git a/conf.py b/conf.py index afa9dff..a78b1f2 100644 --- a/conf.py +++ b/conf.py @@ -936,10 +936,9 @@ IMAGE_FOLDERS = {'images': 'images'} # FAVICONS contains (name, file, size) tuples. # Used to create favicon link like this: # -# FAVICONS = ( -# ("icon", "/favicon.ico", "16x16"), -# ("icon", "/icon_128x128.png", "128x128"), -# ) +FAVICONS = ( + ("icon", "/images/favicon.ico", "16x16"), +) # Show teasers (instead of full posts) in indexes? Defaults to False. # INDEX_TEASERS = False diff --git a/images/favicon.ico b/images/favicon.ico new file mode 100644 index 0000000..061f6e2 Binary files /dev/null and b/images/favicon.ico differ diff --git a/posts/slixfeed-syndication-news-bot.rst b/posts/slixfeed-syndication-news-bot.rst index f35b0c6..a780347 100644 --- a/posts/slixfeed-syndication-news-bot.rst +++ b/posts/slixfeed-syndication-news-bot.rst @@ -52,7 +52,7 @@ The additional interface which makes use of `Data Forms `_ and `monocles chat `_; both are available free of charge on the `F-Droid `_ software repository. -Other XMPP clients which support the visual interface are `Converse `_, `Gajim `_, `Movim `_, `Poezio `_, `Psi `_ and `Psi+ `_. +Other XMPP clients which support the visual interface are `Converse `_, `Gajim `_, `Movim `_, `Poezio `_, `Profanity `_, `Psi `_ and `Psi+ `_. Preview =======