.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">
       {% include post_author.html %}
       {% include post_date.html %}
353ccfd4
       {% include post_categories.html %}
aa230616
     </p>
5d1d04c5
     {% unless page.no_sharing %}
     {% include sharing.html %}
     {% endunless %}
aa230616
   </footer>
5d1d04c5
 </article>
 {% if site.disqus_short_name and page.no_comments != true %}
5d61b463
   <section>
     <h1>Comments</h1>
aa230616
     <div id="disqus_thread">{% include disqus_thread.html %}</div>
5d61b463
   </section>
5d1d04c5
 {% endif %}
 </div>