begin working on animation support

This commit is contained in:
Rik Berkelder 2025-03-12 16:38:23 +01:00
parent beaa79b377
commit 9f367cb9b2
9 changed files with 24 additions and 10 deletions

View file

@ -4,7 +4,7 @@ permalink: "/blog/"
---
<h1>Blog</h1>
{% for post in collections.blogpost | reverse %}
{% for post in collections.blogposts | reverse %}
<div>
{{post.data.date | dateLocale}} - <a href="{{ post.data.permalink | safe }}">{{post.data.title}}</a>
</div>