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