diff options
author | Volpeon <git@volpeon.ink> | 2021-11-17 17:43:40 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-17 17:43:40 +0100 |
commit | 18321ad1c5c09534e39817d9b75070b5481950bd (patch) | |
tree | 9a1064ac9294be0211533e58bd36fd692aff0888 /templates | |
parent | Undo preload removal (diff) | |
download | volpeon.ink-18321ad1c5c09534e39817d9b75070b5481950bd.tar.gz volpeon.ink-18321ad1c5c09534e39817d9b75070b5481950bd.tar.bz2 volpeon.ink-18321ad1c5c09534e39817d9b75070b5481950bd.zip |
Improved list, made header sticky, removed git link
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/categorized_list.html | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index adeb762..c5a76b2 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -8,11 +8,14 @@ $body$ | |||
8 | $for(list)$ | 8 | $for(list)$ |
9 | <section> | 9 | <section> |
10 | <header class="c-card-list__category-header"> | 10 | <header class="c-card-list__category-header"> |
11 | <h2 class="c-card-list__category-title"> | 11 | <div> |
12 | <a href="$it.url.rel$">$it.title$</a> | 12 | <h2 class="c-card-list__category-title"> |
13 | </h2> | 13 | <a href="$it.url.rel$">$it.title$ →</a> |
14 | </h2> | ||
15 | $if(it.omitted)$<small>$it.omitted$ more</small>$endif$ | ||
16 | </div> | ||
14 | $if(it.content)$ | 17 | $if(it.content)$ |
15 | <small class="c-card-list__category-subtitle">$it.content$</small> | 18 | <small class="c-card-list__category-description">$it.content$</small> |
16 | $endif$ | 19 | $endif$ |
17 | </header> | 20 | </header> |
18 | $if(it.grid)$ | 21 | $if(it.grid)$ |