diff --git a/content/pages.html b/content/pages.html index 3428c5b..3075a02 100644 --- a/content/pages.html +++ b/content/pages.html @@ -10,8 +10,8 @@
{% for page in pages %}
- - {{ article.date.isoformat() }} - {{ article.title }} + + {{ page.date.isoformat() }} - {{ page.title }}
{% endfor %}