feat: add catalogue page
This commit is contained in:
parent
26f802ef28
commit
4e0c778025
8 changed files with 32 additions and 28 deletions
|
@ -4,9 +4,9 @@ layout: base
|
|||
title: Posts
|
||||
---
|
||||
|
||||
{% set posts = collections.posts | organizeByDate %}
|
||||
<h1>All posts</h1>
|
||||
<p>
|
||||
View all <a href="/tags">tags</a>
|
||||
</p>
|
||||
{% include "partials/posts.html" %}
|
||||
{% set items = collections.posts %}
|
||||
{% include "partials/archive.html" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue