diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2024-10-22 18:49:51 -0700 |
| commit | 43a4ee6234d3a38d6f9853b53c3d03cc67cd3287 (patch) | |
| tree | b47e3463dc8e6e15a419213a198c2d76da782606 /templates/blog/post.html.template | |
| parent | Fix the link style. (diff) | |
| download | roseh.moe-43a4ee6234d3a38d6f9853b53c3d03cc67cd3287.tar.zst | |
Write a blog post.
Diffstat (limited to 'templates/blog/post.html.template')
| -rw-r--r-- | templates/blog/post.html.template | 4 |
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> |
