Files
popov.link/_layouts/page.html
T

21 lines
395 B
HTML
Raw Normal View History

2018-04-03 02:07:44 +00:00
---
layout: default
---
2018-12-06 22:58:52 +04:00
<article>
2018-09-19 02:41:20 +04:00
2018-12-06 22:58:52 +04:00
<!-- Header -->
<header>
<h1 aria-level="1" role="heading">
{{ page.title | default: site.title | strip_newlines | strip_html | strip | normalize_whitespace | smartify | xml_escape }}
2018-12-16 18:11:46 +04:00
<hr />
</h1>
2018-12-06 22:58:52 +04:00
</header>
2018-04-18 01:07:49 +04:00
2018-12-06 22:58:52 +04:00
<!-- Content -->
<section role="article">
2018-12-06 22:58:52 +04:00
{{ content }}
</section>
2018-09-19 02:41:20 +04:00
2018-12-06 22:58:52 +04:00
</article>