diff --git a/content/pages.html b/content/pages.html index a836297..6b916ba 100644 --- a/content/pages.html +++ b/content/pages.html @@ -11,8 +11,9 @@ {% for page in pages %}
- [{{ page.title }}] | {{ page.date.isoformat() }} + [{{ page.title }}] + | {{ page.date.isoformat() }}
{% endfor %}