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