Update blog.njk to show better formatted date

This commit is contained in:
天クマ 2026-04-22 08:18:12 -03:00 committed by GitHub
commit eb529886c2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ title: Adrian Victor:Blog
<li>
<p>
<a href="{{ post.url }}">{{ post.data.postTitle }}</a><br>
{{ post.data.date }}
{{ post.data.date | dateFilter("yyyy-MM-dd") }}
</p>
</li>
{% endif %}