diff options
Diffstat (limited to 'templates/layouts')
| -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> | ||
