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

11 lines
229 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>
{% endfor %}
</div>
</center>