begin working on animation support
This commit is contained in:
parent
beaa79b377
commit
9f367cb9b2
9 changed files with 24 additions and 10 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue