.themes/classic/source/_layouts/post.html
aa230616
 ---
 layout: default
 single: true
 ---
 
5d1d04c5
 <div>
aa230616
 <article class="hentry">
   {% include article.html %}
   <footer>
5d61b463
     <p class="meta">
8d3e0b4a
       {% include post/author.html %}
       {% include post/date.html %}
       {% include post/categories.html %}
aa230616
     </p>
64b23d9f
     {% unless page.sharing == false %}
       {% include post/sharing.html %}
5d1d04c5
     {% endunless %}
aa230616
   </footer>
5d1d04c5
 </article>
e027d82d
 {% if site.disqus_short_name and page.comments != false %}
5d61b463
   <section>
     <h1>Comments</h1>
8d3e0b4a
     <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
5d61b463
   </section>
5d1d04c5
 {% endif %}
 </div>