summaryrefslogtreecommitdiffstats
path: root/templates/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-17 18:49:27 +0100
committerVolpeon <git@volpeon.ink>2021-11-17 18:49:27 +0100
commitcc02f7e0b99bf4b4c5139a3ae83840bf833a0c6d (patch)
treeeaca86b2a487170ab66493526157dcc1aff4027e /templates/layouts
parentRe-add stylesheet hash (diff)
downloadvolpeon.ink-cc02f7e0b99bf4b4c5139a3ae83840bf833a0c6d.tar.gz
volpeon.ink-cc02f7e0b99bf4b4c5139a3ae83840bf833a0c6d.tar.bz2
volpeon.ink-cc02f7e0b99bf4b4c5139a3ae83840bf833a0c6d.zip
Better list limit
Diffstat (limited to 'templates/layouts')
-rw-r--r--templates/layouts/categorized_list.html2
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>