summaryrefslogtreecommitdiff
path: root/templates/web.html
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2020-07-26 17:06:52 +0200
committerEkaitz Zarraga <ekaitz@elenq.tech>2020-07-26 17:06:52 +0200
commit9d564dc09cd54307350d2740df70befa40b66d68 (patch)
treef7a46661ff153be829f61bc9ec98cbf772d7b1e7 /templates/web.html
parentda139f7dcc4458aeb7764e4ee4f27c5d0731ce20 (diff)
Correct subtitle formatting in web
Diffstat (limited to 'templates/web.html')
-rw-r--r--templates/web.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web.html b/templates/web.html
index 244092d..a693a72 100644
--- a/templates/web.html
+++ b/templates/web.html
@@ -36,7 +36,7 @@ $if(title)$
<header id="title-block-header">
<h1 class="main-title">$title$
$if(subtitle)$
-<span class="subtitle">$subtitle$</p>
+<p class="subtitle">$subtitle$</p>
$endif$
</h1>