feat: another project reorg
This commit is contained in:
parent
93165ee35b
commit
1e37d2cd93
126 changed files with 57 additions and 8 deletions
12
src/posts.html
Normal file
12
src/posts.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
layout: "layouts/base"
|
||||
permalink: /posts/index.html
|
||||
title: Posts
|
||||
---
|
||||
|
||||
<h1>All posts</h1>
|
||||
<p>
|
||||
Browse all of my posts, or narrow things down <a href="/tags">via tags</a>.
|
||||
</p>
|
||||
{% set items = collections.post | reverse %}
|
||||
{% include "partials/archive.html" %}
|
Loading…
Add table
Add a link
Reference in a new issue