165 B
165 B
layout |
---|
default.liquid |
Blog!
WIP !
{% for post in collections.posts.pages %}
{{post.title}}
[{{ post.title }}]({{ post.permalink }}) {% endfor %}
layout |
---|
default.liquid |
WIP !
{% for post in collections.posts.pages %}
[{{ post.title }}]({{ post.permalink }}) {% endfor %}