diff options
Diffstat (limited to 'templates/layouts')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 7ac643d..916be94 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,6 +1,8 @@ | |||
1 | <section class="l-section l-section--fullscreen l-section--no-head"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head"> |
2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
3 | <div class="s-body"> | ||
3 | $body$ | 4 | $body$ |
5 | </div> | ||
4 | 6 | ||
5 | $for(pages.by_category)$ | 7 | $for(pages.by_category)$ |
6 | <h2> | 8 | <h2> |