Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 320 Bytes

File metadata and controls

15 lines (13 loc) · 320 Bytes
title Posts
layout posts
description Posts
permalink /posts/
intro_image_absolute true
intro_image_hide_on_mobile false
            {% for post in site.posts %}
            <li>
                <a href="{{ post.url }}">{{ post.title }}</a>
            </li>
            {% endfor %}