summaryrefslogtreecommitdiff
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
parentSet aria role to SVG (diff)
Delete useless section
-rw-r--r--src/templates/article.tmpl4
-rw-r--r--src/templates/index.tmpl4
2 files changed, 2 insertions, 6 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>
diff --git a/src/templates/index.tmpl b/src/templates/index.tmpl
index cabaf7f..784166d 100644
--- a/src/templates/index.tmpl
+++ b/src/templates/index.tmpl
@@ -7,9 +7,7 @@
<div class="decal_panel">
<div class="marge" for="{{domTitle}}"></div>
<article class="post" id="{{domTitle}}">
- <section>
- {{{ intro }}}
- </section>
+ {{{ intro }}}
</article>
<div class="sidenotes" for="{{domTitle}}"></div>
</div>