summaryrefslogtreecommitdiffstats
path: root/templates/blog/post.html.template
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-10-22 18:49:51 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-10-22 18:49:51 -0700
commit43a4ee6234d3a38d6f9853b53c3d03cc67cd3287 (patch)
treeb47e3463dc8e6e15a419213a198c2d76da782606 /templates/blog/post.html.template
parentFix the link style. (diff)
downloadroseh.moe-43a4ee6234d3a38d6f9853b53c3d03cc67cd3287.tar.zst
Write a blog post.
Diffstat (limited to 'templates/blog/post.html.template')
-rw-r--r--templates/blog/post.html.template4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template
new file mode 100644
index 0000000..ba5e81f
--- /dev/null
+++ b/templates/blog/post.html.template
@@ -0,0 +1,4 @@
+<article>
+ <a href="/">⬅️Home</a>
+{{template "post"}}
+</article>