popov.link/_layouts/post.html
Valentin Popov 9146edd459
Modify template pages from a new navbar
Signed-off-by: Valentin Popov <info@valentineus.link>
2019-03-25 02:56:40 +04:00

15 lines
177 B
HTML

---
layout: default
---
<article>
<hr />
<section role="article">
{{ content }}
</section>
<!-- Comments -->
{% include disqus.html %}
</article>