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