diff --git a/content/pages.html b/content/pages.html index 3075a02..a9429f4 100644 --- a/content/pages.html +++ b/content/pages.html @@ -11,21 +11,9 @@ {% for page in pages %}
- {{ page.date.isoformat() }} - {{ page.title }} + {{ page.title }}
{% endfor %} {% endblock %} - - - - -{% extends "base.html" %} - -{% block pagelisting %} -
-
- {{ SITENAME }} -* -{% endblock %}