Skip to content

Commit

Permalink
Don't show empty partner list
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Nov 21, 2018
1 parent ca39f13 commit b6aea69
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sponsors.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ <h2>Travel Sponsor{% if travel_sponsors[1] %}s{% endif %}</h2>
{% endif %}
</section>

{% if partners[0] %}
<section>
<h2>Partners</h2>
<hr />
Expand All @@ -93,6 +94,7 @@ <h2>Partners</h2>
{% endfor %}
</ul>
</section>
{% endif %}
{% if media[0] %}
<section>
<h2>Media Partner</h2>
Expand Down

0 comments on commit b6aea69

Please sign in to comment.