blog/source/_layouts/post.html

13 lines
359 B
HTML

---
layout: default
single: true
---
<article class="post">{% include article.html %}</article>
{% include post/sharing.html %}
{% if site.disqus_short_name and page.comments == true %}
<section id="comment">
<h1 class="title">Comments</h1>
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
</section>
{% endif %}