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 c66903e commit 6cd5633Copy full SHA for 6cd5633
1 file changed
pelicanconf.py
@@ -12,10 +12,7 @@
12
from markdown.extensions.wikilinks import WikiLinkExtension
13
from markdown.inlinepatterns import InlineProcessor
14
15
-jinja_fragments = Environment(
16
- loader=FileSystemLoader("theme/templates/fragments/"),
17
- autoescape=select_autoescape()
18
-)
+jinja_fragments = Environment(loader=FileSystemLoader("theme/templates/fragments/"))
19
sponsor_template = jinja_fragments.get_template("sponsor.html")
20
SPONSOR_IMG_PATH = Path("content/images/sponsors/")
21
0 commit comments