summaryrefslogtreecommitdiff
path: root/src/templates/article.tmpl
diff options
context:
space:
mode:
authorache <ache@ache.one>2022-05-03 18:30:01 +0200
committerache <ache@ache.one>2022-05-03 18:30:01 +0200
commite0f15ecd2da371c47552813a02448b7d61e3e8dd (patch)
tree75a6e0eec65dd998e0ffecbd726d3112475d6ef7 /src/templates/article.tmpl
parentSet aria role to SVG (diff)
Delete useless section
Diffstat (limited to 'src/templates/article.tmpl')
-rw-r--r--src/templates/article.tmpl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/templates/article.tmpl b/src/templates/article.tmpl
index 7481a59..24e4632 100644
--- a/src/templates/article.tmpl
+++ b/src/templates/article.tmpl
@@ -5,9 +5,7 @@
<div class="decal_panel">
<div class="marge" for="{{domTitle}}"></div>
<article class="post" id="{{domTitle}}">
- <section>
- {{{ content }}}
- </section>
+ {{{ content }}}
</article>
<div class="sidenotes" for="{{domTitle}}"></div>
</div>