diff options
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$ |