mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-22 11:19:02 +00:00
Andrew Senetar
725cb8893f
Stylesheets update includes: - Changing pygments class to default .codehilite - Introduction of styles for new template components - changing to a 16 column layout ( might revert back to 12 ) - reducing column gutter Template work includes: - removing extra ul from site_social - adding creative commons handling to page_footer - creating tags to display all tags with article counts - adding the blogroll to base in aside - starting work on tag
4 lines
147 B
HTML
4 lines
147 B
HTML
{% for network, url in SOCIAL %}
|
|
<li><a href="{{ url }}" title="{{ network|title }}"><i class="huge icon-{{ network }}"></i></a></li>
|
|
{% endfor %}
|