free_zed.gitlab.io/theme-uberspot/templates/social.html

11 lines
232 B
HTML

<center>
<div class="social-network-icons">
{% for title, link in SOCIAL %}
<a href="{{ link }}" target="_blank" title="{{ title }}">
<i class="fa fa-{{ title|lower }} fa-2x"></i>
</a>
&nbsp;
{% endfor %}
</div>
</center>