migrated to new version of FontAwesome (using CDN)

This commit is contained in:
Pierre-Antoine Champin 2019-04-27 21:50:12 +02:00
commit efa3235ec3
10 changed files with 9 additions and 2684 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="fa fa-{{ icon }}" href="{{ link }}" target="_blank"></a></li>
<li class="list-inline-item"><a class="fab fa-{{ icon }}" href="{{ link }}" target="_blank"></a></li>
{% endfor %}
</ul>
{% endif %}