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