Skip to content

Commit aef0282

Browse files
Update sponsor.html
1 parent 6bc7ca9 commit aef0282

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{% for sponsor in SPONSORS %}
2+
{% if sponsor.img %}
23
<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 %}
39
{% endfor %}

0 commit comments

Comments
 (0)