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

main
Michiel Scholten 2020-01-05 11:59:42 +01:00 committed by Vitaly Potyarkin
parent c6462589ba
commit 2521b87383
1 changed files with 1 additions and 1 deletions

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 %}