diff options
author | Volpeon <git@volpeon.ink> | 2021-04-18 15:53:42 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-18 15:53:42 +0200 |
commit | 304ebd1f875476fc2b6a7c5435b011c55d735617 (patch) | |
tree | 4fa8dec33d282ddac41178e7157282e93a7cde43 /templates | |
parent | Update (diff) | |
download | volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.tar.gz volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.tar.bz2 volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.zip |
Update
Diffstat (limited to 'templates')
-rw-r--r-- | templates/layouts/categorized_list.html | 2 | ||||
-rw-r--r-- | templates/layouts/index.html | 2 | ||||
-rw-r--r-- | templates/layouts/page.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 0e9142f..7ac643d 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <section class="l-section 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 | $body$ | 3 | $body$ |
4 | 4 | ||
diff --git a/templates/layouts/index.html b/templates/layouts/index.html index 327f9f5..f97588d 100644 --- a/templates/layouts/index.html +++ b/templates/layouts/index.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <section class="l-section l-section--no-head l-landing"> | 1 | <section class="l-section l-section--fullscreen l-section--no-head l-landing"> |
2 | <header class="l-landing__banner"> | 2 | <header class="l-landing__banner"> |
3 | <div class="c-landing-banner l-container l-container--pad-x l-container--pad-y l-container--content"> | 3 | <div class="c-landing-banner l-container l-container--pad-x l-container--pad-y l-container--content"> |
4 | <h1 class="c-landing-banner__title"> | 4 | <h1 class="c-landing-banner__title"> |
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index e006ddc..b6ff7c3 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,4 +1,4 @@ | |||
1 | <section class="l-section 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 s-body"> | 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-body"> |
3 | <h1>$title$</h1> | 3 | <h1>$title$</h1> |
4 | 4 | ||