aboutsummaryrefslogtreecommitdiff
path: root/templates/postHelp.tmpl
diff options
context:
space:
mode:
authorthinkpadmaster <a.scerba02@gmail.com>2023-07-03 11:35:08 -0500
committerthinkpadmaster <a.scerba02@gmail.com>2023-07-03 11:35:08 -0500
commit82681c2400174c2f7a45b96c6155f2f08a5aaa03 (patch)
tree8982a6647a9c58bb6a55db53656c3220fcb1652e /templates/postHelp.tmpl
parent801e32abaa9169b2e156bd0fb6369bef66d0b757 (diff)
Structure fix
Diffstat (limited to 'templates/postHelp.tmpl')
-rw-r--r--templates/postHelp.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/postHelp.tmpl b/templates/postHelp.tmpl
index d7124eb..edaf250 100644
--- a/templates/postHelp.tmpl
+++ b/templates/postHelp.tmpl
@@ -3,7 +3,7 @@
{{ end }}
{{ define "main" }}
<h1>Post</h1>
- <div class="postContent">
+ <section class="postContent">
{{ printf "%s" .Content }}
- </div>
+ </section>
{{ end }}