<a href="{{ c.url }}"><img src="{{ media("img/logos/" + c.img) }}" alt="{{ c.name }}"></a>
{% if s.hasdescription %}
{% if c.description %}<p>{{ c.description }}</p>{% endif %}
- {% if c.url %}<p><a href="{{ c.url }}">{{ c.url }}</a></p>{% endif %}
- {% endif %}
{% endif %}
+ {% if c.url %}<p><a href="{{ c.url }}">{{ c.url }}</a></p>{% endif %}
{% if c.hasinterview %}
<p class="interview-link"><a href="{{ link("sponsor-interviews/" + c.name|slugify + "/") }}" data-company-name="{{ c.name }}"><i class="fa-solid fa-handshake-angle"></i>Interview</a></p>
{% endif %}