title | layout | description | permalink | intro_image_absolute | intro_image_hide_on_mobile |
---|---|---|---|---|---|
Posts |
posts |
Posts |
/posts/ |
true |
false |
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
</li>
{% endfor %}