Skip to content

Commit 6cd5633

Browse files
committed
Tweak
1 parent c66903e commit 6cd5633

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

pelicanconf.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@
1212
from markdown.extensions.wikilinks import WikiLinkExtension
1313
from markdown.inlinepatterns import InlineProcessor
1414

15-
jinja_fragments = Environment(
16-
loader=FileSystemLoader("theme/templates/fragments/"),
17-
autoescape=select_autoescape()
18-
)
15+
jinja_fragments = Environment(loader=FileSystemLoader("theme/templates/fragments/"))
1916
sponsor_template = jinja_fragments.get_template("sponsor.html")
2017
SPONSOR_IMG_PATH = Path("content/images/sponsors/")
2118

0 commit comments

Comments
 (0)