mirror of
https://github.com/arsenetar/pelican-red.git
synced 2026-01-23 15:11:38 +00:00
Update all main template files
This is a major update to template files as now most have actual content.
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block title %}{{ super() }} - Archives{% endblock %}
|
||||
{% block content_title %}Archives{% endblock %}
|
||||
{% block content %}
|
||||
{% endblock %}
|
||||
<ul class="no-bullet">
|
||||
{% for article in articles %}
|
||||
<li>{{ article.title|title }} - {{ article.date }}</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user