jekyll-theme-isabelline/_layouts/page.html
2020-06-02 21:05:26 -04:00

12 lines
146 B
HTML

---
layout: base
---
<main>
<article>
{{ content }}
</article>
</main>
{% if page.comments == true %}
{% include disqus.html %}
{% endif %}