mirror of
https://github.com/arsenetar/pelican-red.git
synced 2024-11-23 11:49:01 +00:00
Andrew Senetar
eca067ae67
Update the templates to remove the excessive itemprop tags as it really is not a good idea. Cleanup a few minor things.
9 lines
148 B
HTML
9 lines
148 B
HTML
{% extends 'base.html' %}
|
|
{% block content %}
|
|
<ul class="item-list featured">
|
|
{% include '_author_item.html' %}
|
|
</ul>
|
|
{{ super() }}
|
|
{% endblock %}
|
|
|