Page template
This commit is contained in:
parent
6e0c8480ad
commit
f2f3b94acc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user