summaryrefslogtreecommitdiffstats
path: root/templates/blog/post.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-25 22:44:33 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-25 22:44:33 -0700
commitc18135d1274d5012196073c0bc021d9868108291 (patch)
tree5d59ee31b4aa9e72fd48fdefdcec426479b94c50 /templates/blog/post.html.template
parentUse tabs. (diff)
downloadroseh.moe-c18135d1274d5012196073c0bc021d9868108291.tar.zst
Get rid of the blog and use webp.
Diffstat (limited to 'templates/blog/post.html.template')
-rw-r--r--templates/blog/post.html.template5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template
deleted file mode 100644
index 80670d6..0000000
--- a/templates/blog/post.html.template
+++ /dev/null
@@ -1,5 +0,0 @@
-<section>
- <a href="/">⬅️Home</a>
- <h1>{{template "title" .}}</h1>
-{{template "post"}}
-</section>