Update the date format
This commit is contained in:
parent
c4881cb5a8
commit
48391eb929
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue