summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/layouts/categorized_list.html')
-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)$