mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-02-01 09:31:38 +00:00
Update templates
Update the templates to remove the excessive itemprop tags as it really is not a good idea. Cleanup a few minor things.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
<ul class="item-list featured" itemscope itemtype="http://schema.org/ItemList">
|
||||
<ul class="item-list featured">
|
||||
{% include '_author_item.html' %}
|
||||
</ul>
|
||||
{{ super() }}
|
||||
|
||||
Reference in New Issue
Block a user