mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
migrated to new version of FontAwesome (using CDN)
This commit is contained in:
parent
6a3e2bb31a
commit
efa3235ec3
10 changed files with 9 additions and 2684 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue