More flexible header icons, you should use the full FA css classes now

This commit is contained in:
Michiel Scholten 2020-01-05 11:59:42 +01:00 committed by Vitaly Potyarkin
commit 2521b87383

View file

@ -28,7 +28,7 @@
{% if (LINKS or (DISPLAY_PAGES_ON_MENU and pages)) and loop.first %}
<li class=" list-inline-item text-muted">|</li>
{% endif %}
<li class="list-inline-item"><a class="fab fa-{{ icon }}" href="{{ link }}" target="_blank"></a></li>
<li class="list-inline-item"><a class="{{ icon }}" href="{{ url(link) }}" target="_blank"></a></li>
{% endfor %}
</ul>
{% endif %}