From 7e8265070151fedb37c83c35d3adede6cd423029 Mon Sep 17 00:00:00 2001 From: "mb@mb" Date: Thu, 5 Jul 2018 13:44:44 +0200 Subject: [PATCH] added the image_caption plugin --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 553fa29..d58a658 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,7 +34,7 @@ AUTHOR_FEED_ATOM = None AUTHOR_FEED_RSS = None PLUGIN_PATHS = ["plugins"] -PLUGINS = ['summary'] +PLUGINS = ['summary', 'image_captions'] DEFAULT_PAGINATION = 50