mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-22 19:29:02 +00:00
Andrew Senetar
f2cc7ba260
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.
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>
|