diff options
author | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:35:08 -0500 |
---|---|---|
committer | thinkpadmaster <a.scerba02@gmail.com> | 2023-07-03 11:35:08 -0500 |
commit | 82681c2400174c2f7a45b96c6155f2f08a5aaa03 (patch) | |
tree | 8982a6647a9c58bb6a55db53656c3220fcb1652e /templates/postHelp.tmpl | |
parent | 801e32abaa9169b2e156bd0fb6369bef66d0b757 (diff) |
Structure fix
Diffstat (limited to 'templates/postHelp.tmpl')
-rw-r--r-- | templates/postHelp.tmpl | 4 |
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 }} |