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 | |
| 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')
| -rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
| -rw-r--r-- | templates/layouts/index.html | 2 |
2 files changed, 2 insertions, 2 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$ |
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index b76c606..a7b68c3 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.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"> | 2 | <div class="s-headlines s-colored-links"> |
| 3 | $body$ | 3 | $body$ |
| 4 | </div> | 4 | </div> |
| 5 | 5 | ||
