summaryrefslogtreecommitdiffstats
path: root/templates/layouts/page.html
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-05-10 16:41:05 +0200
committerVolpeon <git@volpeon.ink>2021-05-10 16:41:05 +0200
commita48d05d1d5fcff414359c8ba6cc8f38467aebdeb (patch)
tree3542bf116c910a1bb42b40d8531f60c2c2498b08 /templates/layouts/page.html
parentUpdate (diff)
downloadvolpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.gz
volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.tar.bz2
volpeon.ink-a48d05d1d5fcff414359c8ba6cc8f38467aebdeb.zip
Refactoring to fully take advantage of Make
Diffstat (limited to 'templates/layouts/page.html')
-rw-r--r--templates/layouts/page.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/layouts/page.html b/templates/layouts/page.html
index 2093f8c..f89a692 100644
--- a/templates/layouts/page.html
+++ b/templates/layouts/page.html
@@ -1,12 +1,12 @@
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-colored-links s-headlines s-body"> 2 <div class="l-container l-container--pad-x l-container--pad-y l-container--content s-colored-links s-headlines s-body">
3 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1> 3 $if(category.show_date)$
4 4 <div class="s-body__meta">
5 <div class="s-body__meta">
6 $if(category.show_date)$
7 $date.long$ 5 $date.long$
8 $endif$ 6 </div>
9 </div> 7 $endif$
8
9 <h1 class="u-mt0"><span class="s-headlines__title-inner">$title$</span></h1>
10 10
11$body$ 11$body$
12 </div> 12 </div>