0
mirror of https://github.com/valentineus/popov.link.git synced 2025-06-07 18:43:34 +03:00
popov.link/_layouts/page.html
Valentin Popov 11c402a293
Simplified data generation code
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-01-23 20:23:28 +04:00

12 lines
204 B
HTML

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