From 75c13ae7616d193165099757b837ca230c2e1f34 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 23 Jun 2020 09:45:42 +0200 Subject: [PATCH] Feat: activate pdf-img --- pelicanconf.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index b43fe05..8e72ae6 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -89,7 +89,7 @@ PLUGINS = [#'hierarchy', "list_files", "render_math", "always_modified", - # "pdf-img", + "pdf-img", ] READERS = {"html": None} @@ -100,7 +100,6 @@ READERS = {"html": None} # #SLUGIFY_SOURCE = 'basename' # ARTICLE_NAVIGATION = True - TAGS_URL = "tags.html" DISPLAY_TAGS_INLINE = True DISPLAY_CATEGORIES_ON_SIDEBAR = True