summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-17 17:43:40 +0100
committerVolpeon <git@volpeon.ink>2021-11-17 17:43:40 +0100
commit18321ad1c5c09534e39817d9b75070b5481950bd (patch)
tree9a1064ac9294be0211533e58bd36fd692aff0888 /templates
parentUndo preload removal (diff)
downloadvolpeon.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.html11
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)$