Page template

This commit is contained in:
Valentin Popov 2018-04-11 00:39:34 +00:00
parent 6e0c8480ad
commit f2f3b94acc

View File

@ -2,15 +2,11 @@
layout: default
---
<div class="container">
<div class="content">
<!-- Header -->
<div class="page-heading">
{{ page.title | smartify | strip_html | normalize_whitespace }}
</div>
<!-- Contents -->
<div class=markdown>
{{ content | normalize_whitespace }}
</div>
</div>
</div>
<section class="container page">
<article>
<header>
<h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
</header>
{{ content }}
</article>
</section>