.themes/classic/source/_layouts/page.html
aa230616
 ---
5d1d04c5
 layout: default
aa230616
 ---
 
5d1d04c5
 <div>
 <article>
33112a65
   {% if page.title %}
5d1d04c5
   <header>
     <h1 class="entry-title">{{ page.title | titlecase }}</h1>
3d057219
     {% if page.date %}<p class="meta">{% include post/date.html %}{{ time }}</p>{% endif %}
5d1d04c5
   </header>
33112a65
   {% endif %}
39d56bc9
   {{ content }}
64b23d9f
   {% unless page.footer == false %}
5d1d04c5
     <footer>
d6744967
       {% if page.date or page.author %}<p class="meta">
         {% if page.author %}{% include post/author.html %}{% endif %}
4c21e690
         {% include post/date.html %}{% if updated %}{{ updated }}{% else %}{{ time }}{% endif %}
d6744967
         {% if page.categories %}{% include post/categories.html %}{% endif %}
       </p>{% endif %}
64b23d9f
       {% unless page.sharing == false %}
8d3e0b4a
         {% include post/sharing.html %}
5d1d04c5
       {% endunless %}
     </footer>
   {% endunless %}
 </article>
 {% if site.disqus_short_name and page.comments == true %}
   <section>
     <h1>Comments</h1>
2a30d9a1
     <div id="disqus_thread" aria-live="polite">{% include post/disqus_thread.html %}</div>
5d1d04c5
   </section>
 {% endif %}
 </div>
1db23acd
 {% unless page.sidebar == false %}
 <aside role=sidebar>
   {% if site.page_asides.size %}
     {% include_array page_asides %}
   {% else %}
     {% include_array default_asides %}
   {% endif %}
 </aside>
 {% endunless %}