Adding representative_image

This commit is contained in:
Lucas Cimon
2017-08-13 20:36:09 +02:00
parent 29e3d34afe
commit d6e5707e75
6 changed files with 55 additions and 16 deletions

View File

@@ -230,9 +230,9 @@
{% if SUPPORTS %}
<li class="uk-nav-divider"></li>
{% for name, link, logo_url, title in SUPPORTS %}
<a href="{{ link }}">
<li><a href="{{ link }}">
<img class="mg-support-logo" src="{{ logo_url }}" alt="Logo {{ name }}" title="{{ title }}">
</a>
</a></li>
{% endfor %}
{% endif %}
</ul>