We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9acace3 commit 029ef5bCopy full SHA for 029ef5b
pelicanconf.py
@@ -12,7 +12,7 @@
12
from markdown.extensions.toc import TocExtension
13
from markdown.extensions.wikilinks import WikiLinkExtension
14
from markdown.inlinepatterns import InlineProcessor
15
-from liquid_tags import LiquidTags
+from pelican.plugins.liquid_tags import LiquidTags
16
17
jinja_fragments = Environment(loader=FileSystemLoader("theme/templates/fragments/"))
18
sponsor_template = jinja_fragments.get_template("sponsor.html")
0 commit comments