Skip to content

Commit e96ce12

Browse files
committed
Tweak
1 parent 029ef5b commit e96ce12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pelicanconf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def extendMarkdown(self, md: Markdown) -> None:
3838

3939
@LiquidTags.register("sponsors")
4040
def sponsors(preprocessor, tag, markup):
41-
return sponsor_template.render(SPONSORS=SPONSORS)
41+
return Markup(sponsor_template.render(SPONSORS=SPONSORS))
4242

4343

4444
SITENAME = "aio-libs"
@@ -87,7 +87,7 @@ def sponsors(preprocessor, tag, markup):
8787
# Plugins
8888
PLUGIN_PATHS = ("plugins",)
8989
PLUGINS = ("linkclass", "liquid_tags")
90-
LIQUID_TAGS = ("sponsors",)
90+
#LIQUID_TAGS = ("sponsors",)
9191
MARKDOWN = {
9292
"extensions": [
9393
"extra",

0 commit comments

Comments
 (0)