Update the date format
This commit is contained in:
parent
c4881cb5a8
commit
48391eb929
|
@ -8,8 +8,7 @@ use: [notes]
|
||||||
{% for note in data.notes %}
|
{% for note in data.notes %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ note.url }}">
|
<a href="{{ note.url }}">
|
||||||
{{ note.date|date('c') }}:
|
{{- note.date|date }}: {{ note.title -}}
|
||||||
{{ note.title }}
|
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
Loading…
Reference in a new issue