.themes/mod_classic/source/_layouts/post.html
aa230616
 ---
 layout: default
 single: true
 ---
 
5d1d04c5
 <div>
a9a901c1
 <article class="hentry" role="article">
aa230616
   {% include article.html %}
   <footer>
5d61b463
     <p class="meta">
8d3e0b4a
       {% include post/author.html %}
987dccee
       {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
8d3e0b4a
       {% include post/categories.html %}
aa230616
     </p>
64b23d9f
     {% unless page.sharing == false %}
       {% include post/sharing.html %}
5d1d04c5
     {% endunless %}
2812bf7c
     <p class="meta">
81e814a3
       {% if page.previous.url %}
2812bf7c
         <a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">&laquo; {{page.previous.title}}</a>
       {% endif %}
81e814a3
       {% if page.next.url %}
08bafd61
         <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} &raquo;</a>
2812bf7c
       {% endif %}
     </p>
aa230616
   </footer>
5d1d04c5
 </article>
2a30d9a1
 {% if site.disqus_short_name and page.comments == true %}
5d61b463
   <section>
     <h1>Comments</h1>
2a30d9a1
     <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
5d61b463
   </section>
5d1d04c5
 {% endif %}
 </div>
1db23acd
 {% unless page.sidebar == false %}
a9a901c1
 <aside class="sidebar">
1db23acd
   {% if site.post_asides.size %}
     {% include_array post_asides %}
   {% else %}
     {% include_array default_asides %}
   {% endif %}
 </aside>
 {% endunless %}