Paulus Schoutsen 8f47eb20e5 More fixes
2015-10-27 00:53:57 -07:00

16 lines
377 B
HTML

---
layout: default
is_post: true
---
<article class="post">
{% assign post = page %}
{% include blog/post/article.html %}
</article>
{% if site.disqus_short_name and page.comments == true %}
<section id="disqus">
<h3 class="indent title">Comments</h3>
<div id="disqus_thread" aria-live="polite">{% include blog/post/disqus_thread.html %}</div>
</section>
{% endif %}