From 1b6fb78c1660cd61a1d5bf172820fe634ae64bef Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Fri, 26 Apr 2019 02:35:11 +0530 Subject: [PATCH] plugin: autopages --- pelicanconf.py | 2 +- themes/clean-blog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 026ba24..98259d8 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -22,7 +22,7 @@ THEME_TEMPLATES_OVERRIDES = [os.path.dirname(__file__)] # Plugins PLUGIN_PATHS = ['./plugins/'] -PLUGINS = ['i18n_subsites',] +PLUGINS = ['i18n_subsites', 'autopages'] # Static paths PATH = 'content' diff --git a/themes/clean-blog b/themes/clean-blog index e874b34..a277abe 160000 --- a/themes/clean-blog +++ b/themes/clean-blog @@ -1 +1 @@ -Subproject commit e874b3471cf5d3793ff6185e8ef572e98dc40a7b +Subproject commit a277abeb4497cc427f308c47c37210d7488038e0