diff options
| author | Volpeon <git@volpeon.ink> | 2021-04-26 09:43:34 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-04-26 09:43:34 +0200 |
| commit | 40001c6b491eed2a91cd5662fbf0271db4a2e42a (patch) | |
| tree | 07d132c95b2e9a0dc061bd7a664bd094e7869c1f /templates | |
| parent | Update (diff) | |
| download | volpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.tar.gz volpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.tar.bz2 volpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.zip | |
Update
Diffstat (limited to 'templates')
| -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> |
