mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-01-23 15:11: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,6 +1,4 @@
|
||||
{% extends 'base.html' %}
|
||||
{% block title %}{{ super() }} - Archives{% endblock %}
|
||||
{% block content_title %}<a href="{{ SITEURL }}/{{ page_name }}.html" rel="bookmark" title="Permalink to archives">Archives</a>{% endblock %}
|
||||
{% block content %}
|
||||
<dl class="item-list">
|
||||
{% for article in articles %}
|
||||
@@ -22,3 +20,4 @@
|
||||
{% endfor %}
|
||||
</dl>
|
||||
{% endblock %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user