diff options
author | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-07-29 18:53:51 +0200 |
---|---|---|
committer | Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de> | 2016-07-29 18:53:51 +0200 |
commit | a6ac5ee0468dfc081065f4049423abc38dec54ba (patch) | |
tree | 09faac599ef757e39cdb1dd1af65aa67f6e4c794 | |
parent | 0b11a6fb9585a9fd4cc5af10c280c009d96a4ceb (diff) | |
download | blog-a6ac5ee0468dfc081065f4049423abc38dec54ba.zip blog-a6ac5ee0468dfc081065f4049423abc38dec54ba.tar.gz blog-a6ac5ee0468dfc081065f4049423abc38dec54ba.tar.bz2 |
add favicon
-rw-r--r-- | content/extras/favicon.ico | bin | 0 -> 1094 bytes | |||
-rw-r--r-- | pelicanconf.py | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/content/extras/favicon.ico b/content/extras/favicon.ico Binary files differnew file mode 100644 index 0000000..a3ecb13 --- /dev/null +++ b/content/extras/favicon.ico diff --git a/pelicanconf.py b/pelicanconf.py index 5cbbdf5..9d3b19f 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -10,6 +10,7 @@ PATH = 'content' THEME = 'pelican-themes/pelican-bootstrap3' BOOTSTRAP_THEME = 'superhero' CUSTOM_CSS = 'static/custom.css' +FAVICON = 'extras/favicon.ico' # ignore tipuesearch for now as it's not used IGNORE_FILES = ['.#*', '*~', 'TODO', 'tipuesearch'] |