aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-20 16:13:46 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-20 16:13:46 +0100
commita67b1cbc8213cae1bf8ff61581ab4c60147ff7f3 (patch)
tree66055ff97b712350964e086f51e7076c14a00271 /pelicanconf.py
parent06065bf74b78f2d32ca9c96756d173d378de6b6d (diff)
Updated theme
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index a831d59..c4cb715 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -43,6 +43,9 @@ CUSTOM_CSS='theme/custom.css'
MAIN_MENU=False
COPYRIGHT_NAME="Sébastien Dailly"
+THEME_TEMPLATES_OVERRIDES = \
+ [ 'theme/custom' ]
+
LINKS= ( ("git","http://git.chimrod.com")
, )