We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc7ca9 commit aef0282Copy full SHA for aef0282
theme/templates/fragments/sponsor.html
@@ -1,3 +1,9 @@
1
{% for sponsor in SPONSORS %}
2
+ {% if sponsor.img %}
3
<a href="{{ sponsor.url }}"><img src={{ sponsor.img }} alt="{{ sponsor.name }}" /></a>
4
+ {% elif sponsor.url %}
5
+<a href="{{ sponsor.url }}">{{ sponsor.name }}</a>
6
+ {% else %}
7
+{{ sponsor.name }}
8
+ {% endif %}
9
{% endfor %}
0 commit comments