diff options
author | Volpeon <git@volpeon.ink> | 2021-11-11 12:06:25 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-11 12:06:25 +0100 |
commit | 528c1dacea31f0e2cc79c65917df16e6e20d5f06 (patch) | |
tree | 274b2207965cf4752dbe6c518cfe0237939d1fcb /templates/layouts/page.html | |
parent | Show profiles on home page again; general updates (diff) | |
download | volpeon.ink-528c1dacea31f0e2cc79c65917df16e6e20d5f06.tar.gz volpeon.ink-528c1dacea31f0e2cc79c65917df16e6e20d5f06.tar.bz2 volpeon.ink-528c1dacea31f0e2cc79c65917df16e6e20d5f06.zip |
Fix page design, improved header design
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 978f7f6..0f795ea 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,11 +1,13 @@ | |||
1 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body s-body"> | 1 | <div class="s-body"> |
2 | $if(show_date)$ | 2 | <section class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body"> |
3 | <div class="s-body__meta"> | 3 | $if(show_date)$ |
4 | $date.long$ | 4 | <div class="s-body__meta"> |
5 | </div> | 5 | $date.long$ |
6 | $endif$ | 6 | </div> |
7 | $endif$ | ||
7 | 8 | ||
8 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 9 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
9 | 10 | ||
10 | $body$ | 11 | $body$ |
11 | </section> | 12 | </section> |
13 | </div> | ||