diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 15:01:34 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@chimrod.com> | 2021-11-18 15:15:02 +0100 |
commit | 0aec979da2b45e3c61bfbdc76d0e09d58b0672b8 (patch) | |
tree | 5a754b435cf871ac363f682af103023aa7b0e109 /pelicanconf.py | |
parent | eff766cefa1c05fe5ce3fe27f12593108681d575 (diff) |
Update theme
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 68081b7..dace3c0 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -39,7 +39,7 @@ THEME= 'theme/Flex' PYGMENTS_STYLE = "monokai" SITELOGO= '/images/profile.png' SITETITLE= 'Chimrod' -#CUSTOM_CSS='theme/custom.css' +SITESUBTITLE = 'Des glyphes <span class="amp">&</span> du code' MAIN_MENU=False COPYRIGHT_NAME="Sébastien Dailly" |