Files
blog/index.md
2023-10-08 21:47:18 +09:00

158 B

layout
layout
default.liquid

Blog!

{% for post in collections.posts.pages %}

{{post.title}}

[{{ post.title }}]({{ post.permalink }}) {% endfor %}