themes/classic/source/_layouts/post.html
aa230616
 ---
 layout: default
 single: true
 ---
 
 <article class="hentry">
   {% include article.html %}
353ccfd4
   {% unless page.no_meta %}
aa230616
   <footer>
5d61b463
     <p class="meta">
       {% include post_author.html %}
       {% include post_date.html %}
353ccfd4
       {% include post_categories.html %}
5d61b463
       {% include sharing.html %}
aa230616
     </p>
   </footer>
353ccfd4
   {% endunless %}
aa230616
   {% if site.disqus_short_name %}
5d61b463
   <section>
     <h1>Comments</h1>
aa230616
     <div id="disqus_thread">{% include disqus_thread.html %}</div>
5d61b463
   </section>
aa230616
   {% endif %}
 </article>