diff options
author | Volpeon <git@volpeon.ink> | 2021-11-13 12:09:34 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-13 12:09:34 +0100 |
commit | 8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0 (patch) | |
tree | efda55157cb1665f69dc451a77689980f3ba0749 /templates/layouts/list.html | |
parent | Improved page (diff) | |
download | volpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.tar.gz volpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.tar.bz2 volpeon.ink-8eecc3db90b8963cf3d85d2d144c2a38aa3f86a0.zip |
Simplified header
Diffstat (limited to 'templates/layouts/list.html')
-rw-r--r-- | templates/layouts/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/list.html b/templates/layouts/list.html index 208b267..2ef02ab 100644 --- a/templates/layouts/list.html +++ b/templates/layouts/list.html | |||
@@ -9,7 +9,7 @@ $body$ | |||
9 | <div class="c-card-list__category-content$if(list_grid)$ c-card-list__category-content--grid$endif$"> | 9 | <div class="c-card-list__category-content$if(list_grid)$ c-card-list__category-content--grid$endif$"> |
10 | $for(pages.all)$ | 10 | $for(pages.all)$ |
11 | <a href="$it.url.rel$" class="c-card-list__card c-card"> | 11 | <a href="$it.url.rel$" class="c-card-list__card c-card"> |
12 | $if(show_read_indicators)$ | 12 | $if(list_read_indicators)$ |
13 | <div class="c-card__block c-card__block--indicator"></div> | 13 | <div class="c-card__block c-card__block--indicator"></div> |
14 | $endif$ | 14 | $endif$ |
15 | $if(icon)$ | 15 | $if(icon)$ |