From 1f34a326add82862558969ad2211b7eac2e0b3f7 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 25 Aug 2020 10:43:02 +0200 Subject: [PATCH] Feat: activate pdf-img --- pelicanconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelicanconf.py b/pelicanconf.py index 33b902b..a5d5d91 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -42,7 +42,7 @@ PLUGINS = [ "pelican-page-hierarchy", "always_modified", "tag_cloud", - # 'pdf-img', + 'pdf-img', ] ALWAYS_MODIFIED = True