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