Skip to content

Commit 6eead74

Browse files
committed
Tweak
1 parent 3a3fa84 commit 6eead74

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/pages/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ We are a co-operative of developers who maintain open-source libraries for the P
88

99
Asyncio would not be possible without our amazing sponsors. Please consider joining them to help fund our work. Our finances are entirely transparent and managed by [Open Collective](https://opencollective.com/aio-libs).
1010

11+
{% img /images/sponsors/tidelift.svg %}
12+
1113
{% sponsors %}
1214

1315
### Asyncio Cooperative (Totally Fictional)

pelicanconf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def sponsors(preprocessor, tag, markup):
8888
# Plugins
8989
PLUGIN_PATHS = ("plugins",)
9090
PLUGINS = ("linkclass", "liquid_tags")
91-
#LIQUID_TAGS = ("sponsors",)
91+
LIQUID_TAGS = ("img",)
9292
MARKDOWN = {
9393
"extensions": [
9494
"extra",

0 commit comments

Comments
 (0)