popov.link/_layouts/page.html

20 lines
376 B
HTML
Raw Normal View History

---
layout: default
---
<article>
<!-- Header -->
<header>
<h1 aria-level="1" role="heading">
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
</h1>
</header>
2018-04-18 00:07:49 +03:00
<!-- Content -->
<section role="article">
{{ content }}
</section>
</article>