11 lines
325 B
Text
11 lines
325 B
Text
---
|
|
layout: base.njk
|
|
permalink: /posts/
|
|
---
|
|
|
|
<center><h1>My blog posts :3</h1></center>
|
|
|
|
{% set listposts = collections.posts %}
|
|
{% include "listposts.njk" %}
|
|
|
|
<center><img src="/media/my-blog-is-safe.png" alt="Tumblr post reading: my blog is a safe space for me. the rest of you are in danger i think" width="500"></center>
|