diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 4 |
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)$ |