Update the date format

This commit is contained in:
Oliver Davies 2024-08-22 21:28:13 +01:00
parent c4881cb5a8
commit 48391eb929

View file

@ -8,8 +8,7 @@ use: [notes]
{% for note in data.notes %}
<li>
<a href="{{ note.url }}">
{{ note.date|date('c') }}:
{{ note.title }}
{{- note.date|date }}: {{ note.title -}}
</a>
</li>
{% endfor %}