diff options
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 75c636a..8cc5c24 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -6,11 +6,9 @@ $body$ | |||
6 | 6 | ||
7 | $for(pages.by_category)$ | 7 | $for(pages.by_category)$ |
8 | <h2> | 8 | <h2> |
9 | <span class="s-body__title-inner"> | 9 | $for(it.value/first/first)$ |
10 | $for(it.value/first/first)$ | 10 | $it.category.name$ |
11 | $it.category.name$ | 11 | $endfor$ |
12 | $endfor$ | ||
13 | </span> | ||
14 | </h2> | 12 | </h2> |
15 | <ul> | 13 | <ul> |
16 | $for(it.value)$ | 14 | $for(it.value)$ |