1
0
mirror of https://github.com/arsenetar/pelican-red.git synced 2024-10-22 01:15:56 +00:00
pelican-red/templates/author.html
Andrew Senetar eca067ae67 Update templates
Update the templates to remove the excessive itemprop tags as it really
is not a good idea.  Cleanup a few minor things.
2013-11-09 15:57:26 -05:00

9 lines
148 B
HTML

{% extends 'base.html' %}
{% block content %}
<ul class="item-list featured">
{% include '_author_item.html' %}
</ul>
{{ super() }}
{% endblock %}