summaryrefslogtreecommitdiffstats
path: root/templates/blog/post.html.template
diff options
context:
space:
mode:
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>