diff options
author | Volpeon <git@volpeon.ink> | 2021-05-06 21:53:04 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-05-06 21:53:04 +0200 |
commit | e99681e1abb802e486a7042434ec2697585a9d0e (patch) | |
tree | 66a286c6b95b27d76c0170b0ad261b5016cdc553 /templates/layouts/page.html | |
parent | Update (diff) | |
download | volpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.tar.gz volpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.tar.bz2 volpeon.ink-e99681e1abb802e486a7042434ec2697585a9d0e.zip |
Update
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index e45f6eb..2093f8c 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -1,13 +1,13 @@ | |||
1 | <section class="l-section l-section--fullscreen 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-colored-links s-headlines s-body"> |
3 | $if(category.show_date)$ | 3 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
4 | <div class="s-body__meta"> | ||
5 | $date.long$ | ||
6 | </div> | ||
7 | $endif$ | ||
8 | 4 | ||
9 | <h1><span class="s-body__title-inner">$title$</span></h1> | 5 | <div class="s-body__meta"> |
6 | $if(category.show_date)$ | ||
7 | $date.long$ | ||
8 | $endif$ | ||
9 | </div> | ||
10 | 10 | ||
11 | $body$ | 11 | $body$ |
12 | </div> | 12 | </div> |
13 | </section> | 13 | </section> |