Skip to content

Commit 61a092d

Browse files
committed
Tweak
1 parent 5cdbc36 commit 61a092d

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
@@ -12,6 +12,8 @@ Asyncio would not be possible without our amazing sponsors. Please consider join
1212

1313
{% sponsors %}
1414

15+
[[SPONSORS]]
16+
1517
### Asyncio Cooperative (Totally Fictional)
1618

1719
Welcome to the **Asyncio Cooperative**, a completely made-up, not-real, absolutely placeholder homepage for a co-operative of developers who *pretend* to maintain open-source libraries in the Python `asyncio` ecosystem, including `aiohttp`. None of this text should be taken seriously. It exists only as illustrative filler and friendly nonsense.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% for sponsor in SPONSORS %}
2-
<a href="{{ sponsor.url }}"><img src={{ sponsor.img }} alt="{{ sponsor.name }}" /></a>
2+
<a href="{{ sponsor.url }}"><img src={{ sponsor.img }} alt="{{ sponsor.name }}" /></a>
33
{% endfor %}

0 commit comments

Comments
 (0)