diff options
author | Volpeon <git@volpeon.ink> | 2021-11-14 16:42:53 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-14 16:42:53 +0100 |
commit | 2dead666540586544c7628022ac71c60e4f27902 (patch) | |
tree | fbdb3769ee217364e5e1a63602e5bb8f0714c532 /templates/layouts/list.html | |
parent | Optimized layout structure (diff) | |
download | volpeon.ink-2dead666540586544c7628022ac71c60e4f27902.tar.gz volpeon.ink-2dead666540586544c7628022ac71c60e4f27902.tar.bz2 volpeon.ink-2dead666540586544c7628022ac71c60e4f27902.zip |
Improved semantic structure
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r-- | templates/layouts/list.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index ff29314..7eded4a 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
@@ -1,8 +1,8 @@ | |||
1 | <div class="s-headlines s-colored-links"> | 1 | <header class="s-headlines s-colored-links"> |
2 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 2 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
3 | 3 | ||
4 | $body$ | 4 | $body$ |
5 | </div> | 5 | </header> |
6 | 6 | ||
7 | <div class="c-card-list"> | 7 | <div class="c-card-list"> |
8 | $if(list_grid)$ | 8 | $if(list_grid)$ |