21 lines
390 B
HTML
21 lines
390 B
HTML
---
|
|
layout: default
|
|
title: Archive
|
|
---
|
|
|
|
<!-- Begin List Posts
|
|
================================================== -->
|
|
<section class="recent-posts">
|
|
<div class="section-title">
|
|
<h2>Archive of posts with <span>{{ page.type }} '{{ page.title }}'</span></h2>
|
|
</div>
|
|
<div class="row listrecent">
|
|
|
|
{% for post in page.posts %}
|
|
|
|
{% include postbox.html %}
|
|
|
|
{% endfor %}
|
|
|
|
</div>
|
|
</section>
|