diff options
author | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-03-19 22:10:55 +0100 |
commit | c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd (patch) | |
tree | 4792d0f38463a15ca352118e8264a4813c05e15e /templates/layouts/categorized_list.html | |
parent | Added better font for text (Iosevka Aile) (diff) | |
download | volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.gz volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.tar.bz2 volpeon.ink-c7eb8d7f6105a5a15a1f45b5e2be3c2d1e2204bd.zip |
WIP: Redesign
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index d213bb8..b32d2d5 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,6 +1,5 @@ | |||
1 | <main class="c-page s-page l-container l-container--content l-container--pad-v"> | 1 | <main class="c-page s-page l-container l-container--content l-container--pad-v"> |
2 | <div class="c-page__content"> | 2 | <div class="c-page__content s-page-content"> |
3 | <h1 class="c-page__prefixed c-page__prefixed--h1">$title$</h1> | ||
4 | $body$ | 3 | $body$ |
5 | 4 | ||
6 | $for(pages.by_category)$ | 5 | $for(pages.by_category)$ |