popov.link/_layouts/page.html
Valentin Popov 5668edea38
Have added new structure sites
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-05-03 04:02:31 +04:00

12 lines
256 B
HTML

---
layout: default
---
<main class="container" role="main">
<header>
<h1>{{ page.title | default: site.title | strip_newlines | strip_html| strip | normalize_whitespace | smartify | xml_escape }}</h1>
</header>
{{ content }}
</main>