popov.link/_layouts/post.html
Valentin Popov ad75962731
feat(html): Adding roles to the standard HTML
Signed-off-by: Valentin Popov <info@valentineus.link>
2018-12-07 01:28:12 +04:00

23 lines
429 B
HTML

---
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>
<!-- Content -->
<section role="article">
{{ content }}
</section>
<!-- Comments -->
{% include disqus.html %}
</article>