popov.link/_layouts/post.html

23 lines
429 B
HTML
Raw Normal View History

2018-01-06 15:12:53 +03:00
---
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-11 04:05:18 +03:00
<!-- Content -->
<section role="article">
{{ content }}
</section>
2018-04-11 04:05:18 +03:00
<!-- Comments -->
{% include disqus.html %}
</article>