diff options
author | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
commit | 0963ba816e8d5f2c408e67a4deef14840a3f64fb (patch) | |
tree | 19629153f3bcc136a821eab8ca32b2a50590964d /templates/layouts/categorized_list.html | |
parent | Simplified home page (diff) | |
download | volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.gz volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.bz2 volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.zip |
Make footer sticky again, fix blobfox and bunhd URLs
Diffstat (limited to 'templates/layouts/categorized_list.html')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index d5dafaf..8f8b1ae 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,5 +1,5 @@ | |||
1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> | 1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content"> |
2 | <div class="s-headlines s-body s-colored-links"> | 2 | <div class="s-headlines s-colored-links"> |
3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
4 | 4 | ||
5 | $body$ | 5 | $body$ |