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