mirror of
https://github.com/kremalicious/blog.git
synced 2025-01-08 20:55:45 +01:00
20 lines
388 B
HTML
20 lines
388 B
HTML
---
|
|
layout: base
|
|
title: Archive
|
|
---
|
|
|
|
<section role="main" id="main archive" class="row">
|
|
|
|
<h1 class="page-title">Archive</h1>
|
|
|
|
{% for post in site.posts %}
|
|
|
|
<article class="hentry">
|
|
<header>
|
|
<h1 class="entry-title"><a href="{{ post.url }}">{{ post.title }}</a></h1>
|
|
</header>
|
|
</article>
|
|
|
|
{% endfor %}
|
|
|
|
</section> |