Files
blog_os/_layouts/page.html
2016-01-17 15:22:42 +01:00

13 lines
188 B
HTML

---
layout: default
---
<article class="page">
<h1 class="page-title">{{ page.title }}</h1>
{{ content }}
<hr>
{% include disqus.html %}
{% include anchorjs.html %}
</article>