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.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/blog/post.html.template b/templates/blog/post.html.template
index d250fee..80670d6 100644
--- a/templates/blog/post.html.template
+++ b/templates/blog/post.html.template
@@ -1,5 +1,5 @@
-<article>
+<section>
<a href="/">⬅️Home</a>
<h1>{{template "title" .}}</h1>
{{template "post"}}
-</article>
+</section>