diff options
| author | Volpeon <git@volpeon.ink> | 2021-04-29 20:31:16 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-04-29 20:31:16 +0200 |
| commit | f561409f1cf476e2cc1112538eb7b724748a2378 (patch) | |
| tree | 814e7e97fdbcc51c3368957078c5a4be022e08a1 /templates/layouts/page.html | |
| parent | Fix text contrast on cards (diff) | |
| download | volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.gz volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.tar.bz2 volpeon.ink-f561409f1cf476e2cc1112538eb7b724748a2378.zip | |
Update
Diffstat (limited to 'templates/layouts/page.html')
| -rw-r--r-- | templates/layouts/page.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index bccdeae..e985484 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -1,5 +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-body"> |
| 3 | $if(category.show_date)$ | ||
| 4 | <div class="s-body__meta"> | ||
| 5 | <div class="s-body__meta-item"> | ||
| 6 | $date.yyyy_mm_dd$ | ||
| 7 | </div> | ||
| 8 | </div> | ||
| 9 | $endif$ | ||
| 10 | |||
| 3 | <h1><span class="s-body__title-inner">$title$</span></h1> | 11 | <h1><span class="s-body__title-inner">$title$</span></h1> |
| 4 | 12 | ||
| 5 | $body$ | 13 | $body$ |
