summaryrefslogtreecommitdiffstats
path: root/templates/layouts/categorized_list.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-11-20 12:57:00 +0100
committerVolpeon <git@volpeon.ink>2021-11-20 12:57:00 +0100
commit2aeea2082f8fbb36f503c508a08491c4a550f6ed (patch)
treecabb2c7a0bea4cd4fcedabc4e2c4b840446167bf /templates/layouts/categorized_list.html
parentFix card hover transition on Chrome (diff)
downloadvolpeon.ink-2aeea2082f8fbb36f503c508a08491c4a550f6ed.tar.gz
volpeon.ink-2aeea2082f8fbb36f503c508a08491c4a550f6ed.tar.bz2
volpeon.ink-2aeea2082f8fbb36f503c508a08491c4a550f6ed.zip
Improved list category descriptions
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r--templates/layouts/categorized_list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html
index 0508230..690ab68 100644
--- a/templates/layouts/categorized_list.html
+++ b/templates/layouts/categorized_list.html
@@ -14,8 +14,8 @@ $body$
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>
17 $if(it.content)$ 17 $if(it.description)$
18 <small class="c-card-list__category-description">$it.content$</small> 18 <small class="c-card-list__category-description">$it.description$</small>
19 $endif$ 19 $endif$
20 </header> 20 </header>
21 $if(it.grid)$ 21 $if(it.grid)$