popov.link/_layouts/page.html

21 lines
510 B
HTML
Raw Normal View History

---
layout: default
---
2018-04-18 00:07:49 +03:00
<div class="content">
{% include navbar.html %}
<article>
<header class="header">
<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>
{{ content }}
</article>
</div>