shautvast.github.io/_layouts/archive.html
2023-08-24 21:05:05 +02:00

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>