1
0
mirror of https://github.com/arsenetar/pelican-red.git synced 2024-11-22 19:29:02 +00:00
pelican-red/templates/_site_social.html
Andrew Senetar f2cc7ba260 Move utility templates to prefix '_', add footer utility templates.
Utility templates moved to have '_' prefix similar to how sass files are.
Aditional templates for article and page footer contents now used to load
comments etc.
2013-07-14 00:55:29 -04:00

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>