Skip to content

Commit 316aeb1

Browse files
author
Robert Schütz
committed
Add a favicon
1 parent 7966fd3 commit 316aeb1

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitmodules

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
url = https://github.com/liob/pandoc_reader.git
44
[submodule "website/pelican-blueidea"]
55
path = website/pelican-blueidea
6-
url = https://github.com/nasskach/pelican-blueidea.git
6+
url = https://github.com/dotlambda/pelican-blueidea.git
77
[submodule "website/pelican-plugins"]
88
path = website/pelican-plugins
99
url = https://github.com/getpelican/pelican-plugins.git

website/pelicanconf.py

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
RELATIVE_URLS = True
3232

3333
THEME = './pelican-blueidea'
34+
FAVICON = 'images/samuslogo.png'
3435

3536
PLUGIN_PATHS = ['pelican-plugins']
3637
PLUGINS = ['pandoc_reader', 'render_math']

0 commit comments

Comments
 (0)