7 <h1>{{ page.title }}
</h1>
9 {% for post in page.posts %}
12 <h2><a href=
"../../..{{ post.url }}">{{ post.title }}
</a></h2>
13 <div class=
"posted">{{ post.date | date_to_string }}{%
14 if post.last_modified_at %} (Updated {{ post.last_modified_at | date_to_string }}) {%
15 endif %}{% if post.author %}
— by {{ post.author }}{% endif %}
</div>
18 <a href=
"../../..{{ post.url }}" class=
"button button-style1">Read More
</a>