diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/base.html | 4 | ||||
-rw-r--r-- | templates/pageHeader.html | 2 | ||||
-rw-r--r-- | templates/pageHeaderSm.html | 2 | ||||
-rw-r--r-- | templates/pagelistByYear.html | 4 |
4 files changed, 6 insertions, 6 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()} |
diff --git a/templates/pageHeader.html b/templates/pageHeader.html index 40ee251..b44f394 100644 --- a/templates/pageHeader.html +++ b/templates/pageHeader.html | |||
@@ -7,7 +7,7 @@ $-- '| \__,~"´ /:) / |:\ \ ,~( ) . | | ) `, ' | |||
7 | $-- ___\___.___:____(:/\_-,______\:.\_-,____.__\_.\______.__:___\__.___)_.___,/_____ | 7 | $-- ___\___.___:____(:/\_-,______\:.\_-,____.__\_.\______.__:___\__.___)_.___,/_____ |
8 | $-- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ | 8 | $-- ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ |
9 | 9 | ||
10 | <pre class="u-hidden@sm-down"> | 10 | <pre class="c-page__prefixed c-page__prefixed--pre u-mt0 u-hidden@sm-down"> |
11 | ' | ' ' ' ' ' | | | ' ' | 11 | ' | ' ' ' ' ' | | | ' ' |
12 | | ' ' ' <strong>//\_</strong> ' | ' . | ' ' | 12 | | ' ' ' <strong>//\_</strong> ' | ' . | ' ' |
13 | .| ' <strong>____,...,______..,_~`` -`..,</strong> ' | ' | ' ' | 13 | .| ' <strong>____,...,______..,_~`` -`..,</strong> ' | ' | ' ' |
diff --git a/templates/pageHeaderSm.html b/templates/pageHeaderSm.html index c480773..232b5b2 100644 --- a/templates/pageHeaderSm.html +++ b/templates/pageHeaderSm.html | |||
@@ -3,7 +3,7 @@ $-- | _.~-"""-----~`` ,-´ ' ' |' | ' ' | |||
3 | $-- '| .´ ,~'\ ).,__,)/,," ' . ' | | | ' .' | 3 | $-- '| .´ ,~'\ ).,__,)/,," ' . ' | | | ' .' |
4 | $-- |_ `~´ (/\\, (/\\, _' '_ _| ' |_ _' '_ | 4 | $-- |_ `~´ (/\\, (/\\, _' '_ _| ' |_ _' '_ |
5 | 5 | ||
6 | <pre class="$if(ishome)$u-hidden@sm-up$endif$"> | 6 | <pre class="c-page__prefixed c-page__prefixed--pre u-mt0 $if(ishome)$u-hidden@sm-up$endif$"> |
7 | .| <strong> //\__</strong> ' .' | . | ' . ' | 7 | .| <strong> //\__</strong> ' .' | . | ' . ' |
8 | | <strong> _.~-"""-----~`` ,-´</strong> ' ' |' | ' ' | 8 | | <strong> _.~-"""-----~`` ,-´</strong> ' ' |' | ' ' |
9 | '| <strong>.´ ,~'\ ).,__,)/,," </strong> ' . ' | | | ' .' | 9 | '| <strong>.´ ,~'\ ).,__,)/,," </strong> ' . ' | | | ' .' |
diff --git a/templates/pagelistByYear.html b/templates/pagelistByYear.html index 20ce6c4..b884d89 100644 --- a/templates/pagelistByYear.html +++ b/templates/pagelistByYear.html | |||
@@ -2,9 +2,9 @@ $for(pages)$ | |||
2 | $for(it.by_year)$ | 2 | $for(it.by_year)$ |
3 | $-- <hr class="c-spacer" /> | 3 | $-- <hr class="c-spacer" /> |
4 | $-- <h2>$it.key$</h2> | 4 | $-- <h2>$it.key$</h2> |
5 | <ul class="s-refs"> | 5 | <ul> |
6 | $for(it.value)$ | 6 | $for(it.value)$ |
7 | <li> | 7 | <li class="c-page__prefixed c-page__prefixed--ref"> |
8 | <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a> | 8 | <a href="$it.url_rel$">$it.category/uppercase$ $it.date$ - $it.title$</a> |
9 | </li> | 9 | </li> |
10 | $endfor$ | 10 | $endfor$ |