Add silly image to posts list page
This commit is contained in:
parent
f72b9d58c7
commit
2595b01cd1
2 changed files with 5 additions and 0 deletions
BIN
src/media/my-blog-is-safe.png
Normal file
BIN
src/media/my-blog-is-safe.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 207 KiB |
|
@ -2,5 +2,10 @@
|
|||
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>
|
||||
|
|
Loading…
Reference in a new issue