12 lines
213 B
HTML
12 lines
213 B
HTML
---
|
|
permalink: /posts/index.html
|
|
layout: base
|
|
title: Posts
|
|
---
|
|
|
|
<h1>All posts</h1>
|
|
<p>
|
|
View all <a href="/tags">tags</a>
|
|
</p>
|
|
{% set items = collections.post | reverse %}
|
|
{% include "partials/archive.html" %}
|