diff options
| author | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2020-12-29 12:24:04 +0100 |
| commit | 381297c95c7446182e90e459cd0257a8fc86b4cf (patch) | |
| tree | 5a330a18ea60d983bc6f05976295a316a8ad7a24 /templates/base.html | |
| parent | Handle blog entry categories (diff) | |
| download | volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.gz volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.tar.bz2 volpeon.ink-381297c95c7446182e90e459cd0257a8fc86b4cf.zip | |
Improved CSS classes for page content, added proper ref list macro, build scripts load and watch Pandoc filters automatically
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html index 330e759..3fca9f1 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -38,8 +38,8 @@ | |||
| 38 | </div> | 38 | </div> |
| 39 | </nav> | 39 | </nav> |
| 40 | 40 | ||
| 41 | <main class="s-page l-container l-container--content l-container--pad-v"> | 41 | <main class="c-page s-page l-container l-container--content l-container--pad-v"> |
| 42 | <div class="s-page__content"> | 42 | <div class="c-page__content"> |
| 43 | $if(ishome)$ | 43 | $if(ishome)$ |
| 44 | <header class="c-page-header u-hidden@sm-down" role="presentation"> | 44 | <header class="c-page-header u-hidden@sm-down" role="presentation"> |
| 45 | ${pageHeader()} | 45 | ${pageHeader()} |
