summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/extras/favicon.icobin0 -> 1094 bytes
-rw-r--r--pelicanconf.py1
2 files changed, 1 insertions, 0 deletions
diff --git a/content/extras/favicon.ico b/content/extras/favicon.ico
new file mode 100644
index 0000000..a3ecb13
--- /dev/null
+++ b/content/extras/favicon.ico
Binary files differ
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']