Switched to Font Awesome 5

This commit is contained in:
Ivan Stanul
2018-10-08 11:37:41 +00:00
committed by Achilleas Pipinellis
parent 5d0ad3d826
commit 0cbd38c6e5
4 changed files with 40 additions and 20 deletions
@@ -9,7 +9,7 @@
<a href="{{ printf .url (index $.Site.Author .id) }}" title="{{ .title }}">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa {{ .icon }} fa-stack-1x fa-inverse"></i>
<i class="{{ .icon }} fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>