1
0
mirror of https://gitlab.com/free_zed/free_zed.gitlab.io.git synced 2024-06-09 11:52:31 +00:00
free_zed.gitlab.io/theme-uberspot/templates/social.html

11 lines
232 B
HTML
Raw Normal View History

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