aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-09-17 10:16:06 +0200
committerSébastien Dailly <sebastien@chimrod.com>2021-11-18 14:46:42 +0100
commitfa6a4da8d6f9cd85cd60e505e8eb5a9becc40ed6 (patch)
tree1b5a6b6d5c7d0c0b0de95731731b0a0707caf770 /pelicanconf.py
parentb10b8aaaa255f88ddc246c8cd0acd24f6d2b744b (diff)
Update plugin configuration
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-xpelicanconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 93b13f6..68081b7 100755
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -47,7 +47,7 @@ THEME_TEMPLATES_OVERRIDES = \
[ 'theme/custom' ]
-LINKS= ( ("git","http://git.chimrod.com")
+LINKS= ( ("Git", "http://git.chimrod.com")
, )
HOME_HIDE_TAGS=False
I18N_TEMPLATES_LANG = "fr_FR"
@@ -78,7 +78,7 @@ PLUGIN_PATHS = ['plugins']
PLUGINS = \
( 'related_posts'
- , 'typogrify'
+ , 'my_typogrify'
, 'i18n_subsites'
, 'render_math' )