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 layout: default
--- ---
<div class="container"> <section class="container page">
<div class="content"> <article>
<!-- Header --> <header>
<div class="page-heading"> <h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
{{ page.title | smartify | strip_html | normalize_whitespace }} </header>
</div> {{ content }}
<!-- Contents --> </article>
<div class=markdown> </section>
{{ content | normalize_whitespace }}
</div>
</div>
</div>