diff options
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 3 |
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") , ) |