summaryrefslogtreecommitdiffstats
path: root/templates/layouts/list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2023-01-10 15:57:25 +0100
committerVolpeon <git@volpeon.ink>2023-01-10 15:57:25 +0100
commit18b1bce0cbd23aa0f7fa5e883ba079e547554ad3 (patch)
tree91d8454d409eec74805829f4304592f8baa0f716 /templates/layouts/list.html
parentImproved list page header (diff)
downloadvolpeon.ink-18b1bce0cbd23aa0f7fa5e883ba079e547554ad3.tar.gz
volpeon.ink-18b1bce0cbd23aa0f7fa5e883ba079e547554ad3.tar.bz2
volpeon.ink-18b1bce0cbd23aa0f7fa5e883ba079e547554ad3.zip
Updated headings
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r--templates/layouts/list.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html
index 6fe65c4..a7053c4 100644
--- a/templates/layouts/list.html
+++ b/templates/layouts/list.html
@@ -6,7 +6,9 @@
6 itemid="$url.full$" 6 itemid="$url.full$"
7> 7>
8 <header class="c-subheader s-links"> 8 <header class="c-subheader s-links">
9 <h1 class="o-heading c-subheader__title p-name" itemprop="name headline">$title$.</h1> 9 <h1 class="c-subheader__title p-name" itemprop="name headline">
10 $title$.
11 </h1>
10 $body$ 12 $body$
11 </header> 13 </header>
12 14