mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-22 19:29:02 +00:00
6 lines
158 B
HTML
6 lines
158 B
HTML
|
<ul class="social-area">
|
||
|
{% for network, url in SOCIAL %}
|
||
|
<li><a href="{{ url }}"><i class="huge icon-{{ network }}"></i></a></li>
|
||
|
{% endfor %}
|
||
|
</ul>
|