mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-02-01 09:31:38 +00:00
Update templates to include microformat support
The templates now include microformatting from schema.org. The title and content_title blocks are no longer in most templates. This updates the progess on issue #1
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ super() }} - {{author}}{% endblock %}
|
||||
{% block content_title %}<a href="{{ SITEURL }}/{{ author.url }}" rel="bookmark">{{author}}</a>{% endblock %}
|
||||
{% block content %}
|
||||
<ul class="item-list">
|
||||
<ul class="item-list featured" itemscope itemtype="http://schema.org/ItemList">
|
||||
{% include '_author_item.html' %}
|
||||
</ul>
|
||||
{{ super() }}
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user