Skip to content

Commit 5205296

Browse files
authored
Don't blockquote the sponsor list (#2292)
1 parent a686c55 commit 5205296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_templates/2025/sponsors-simplelist.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{% if key in data.sponsors and data.sponsors[key] %}
33

44
{% for sponsor in data.sponsors[key] %}
5-
* `{{ sponsor.brand }} <{{ sponsor.link }}>`__
5+
* `{{ sponsor.brand }} <{{ sponsor.link }}>`__
66
{% endfor %}
77

88
{% endif %}

0 commit comments

Comments
 (0)