diff options
Diffstat (limited to 'templates/layouts/page.html')
| -rw-r--r-- | templates/layouts/page.html | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 70f645b..978f7f6 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
| @@ -1,13 +1,11 @@ | |||
| 1 | <section class="l-section l-section--no-header l-section--body"> | 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"> |
| 2 | <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-headlines--body s-body"> | 2 | $if(show_date)$ |
| 3 | $if(show_date)$ | 3 | <div class="s-body__meta"> |
| 4 | <div class="s-body__meta"> | 4 | $date.long$ |
| 5 | $date.long$ | 5 | </div> |
| 6 | </div> | 6 | $endif$ |
| 7 | $endif$ | ||
| 8 | 7 | ||
| 9 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> | 8 | <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> |
| 10 | 9 | ||
| 11 | $body$ | 10 | $body$ |
| 12 | </div> | ||
| 13 | </section> | 11 | </section> |
