diff --git a/source/index.html.twig b/source/index.html.twig index fe879b0..244c63b 100644 --- a/source/index.html.twig +++ b/source/index.html.twig @@ -8,8 +8,7 @@ use: [notes] {% for note in data.notes %}
  • - {{ note.date|date('c') }}: - {{ note.title }} + {{- note.date|date }}: {{ note.title -}}
  • {% endfor %}