Page template
This commit is contained in:
parent
5a648c6a10
commit
e1a9f63dc9
@ -2,11 +2,19 @@
|
|||||||
layout: default
|
layout: default
|
||||||
---
|
---
|
||||||
|
|
||||||
<section class="container page">
|
<div class="content">
|
||||||
|
{% include navbar.html %}
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header class="header">
|
||||||
<h1>{{ page.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}</h1>
|
<h1 class="header-title">
|
||||||
|
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
||||||
|
</h1>
|
||||||
|
<p class="header-annotation">
|
||||||
|
{{ page.description | default: site.description | strip_newlines | strip_html | strip | normalize_whitespace | smartify }}
|
||||||
|
</p>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{{ content }}
|
{{ content }}
|
||||||
</article>
|
</article>
|
||||||
</section>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user