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,9 +1,7 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block content %}
|
||||
{% if authors %}
|
||||
<ul class="item-list" itemscope itemtype="http://schema.org/ItemList">
|
||||
<meta itemprop="name" content="Authors"/>
|
||||
<meta itemprop="itemListOrder" content="Unordered"/>
|
||||
<ul class="item-list">
|
||||
{% for author, articles in authors %}
|
||||
{% include '_author_item.html' %}
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user