diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index c5a76b2..0508230 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -10,7 +10,7 @@ $body$ | |||
10 | <header class="c-card-list__category-header"> | 10 | <header class="c-card-list__category-header"> |
11 | <div> | 11 | <div> |
12 | <h2 class="c-card-list__category-title"> | 12 | <h2 class="c-card-list__category-title"> |
13 | <a href="$it.url.rel$">$it.title$ →</a> | 13 | <a href="$it.url.rel$">$it.title$</a> |
14 | </h2> | 14 | </h2> |
15 | $if(it.omitted)$<small>$it.omitted$ more</small>$endif$ | 15 | $if(it.omitted)$<small>$it.omitted$ more</small>$endif$ |
16 | </div> | 16 | </div> |