diff options
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r-- | templates/layouts/page.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html index 61bcacd..640df18 100644 --- a/templates/layouts/page.html +++ b/templates/layouts/page.html | |||
@@ -13,9 +13,7 @@ | |||
13 | </div> | 13 | </div> |
14 | $endif$ | 14 | $endif$ |
15 | <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1> | 15 | <h1 class="c-page__prefixed c-page__prefixed--h1 c-page__header__title">$title$</h1> |
16 | $if(date)$ | 16 | $if(category)$ |
17 | <h2 class="c-page__header__meta">$date.yyyy_mm_dd$$if(category)$ in $category.name$$endif$</h2> | ||
18 | $elseif(category)$ | ||
19 | <h2 class="c-page__header__meta">in $category.name$</h2> | 17 | <h2 class="c-page__header__meta">in $category.name$</h2> |
20 | $endif$ | 18 | $endif$ |
21 | </header> | 19 | </header> |