blog/source/_layouts/post.html

15 lines
411 B
HTML
Raw Normal View History

2012-06-03 11:40:57 +00:00
---
layout: default
single: true
---
<article class="post">{% include article.html %}</article>
2013-02-10 14:50:28 +00:00
{% unless page.sharing == false %}
{% include post/sharing.html %}
{% endunless %}
2012-06-03 11:40:57 +00:00
{% if site.disqus_short_name and page.comments == true %}
<section id="comment">
2013-02-10 14:50:28 +00:00
<h2 class="title">Comments</h2>
2012-06-03 11:40:57 +00:00
<div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
</section>
{% endif %}