.themes/classic/source/_layouts/page.html
aa230616
 ---
5d1d04c5
 layout: default
aa230616
 ---
 
5d1d04c5
 <div>
 <article>
   <header>
     <h1 class="entry-title">{{ page.title | titlecase }}</h1>
8d3e0b4a
     {% unless page.no_meta or !index %}<p class="meta">{% include post/date.html %}</p>{% endunless %}
5d1d04c5
   </header>
   {{ content | smart_quotes }}
   {% unless page.no_footer %}
     <footer>
       {% if page.date %}
       <p class="meta">
8d3e0b4a
         {% include post/date.html %}
5d1d04c5
       </p>
       {% endif %}
       {% unless page.no_sharing %}
8d3e0b4a
         {% include post/sharing.html %}
5d1d04c5
       {% endunless %}
     </footer>
   {% endunless %}
 </article>
 {% if site.disqus_short_name and page.comments == true %}
   <section>
     <h1>Comments</h1>
8d3e0b4a
     <div id="disqus_thread">{% include post/disqus_thread.html %}</div>
5d1d04c5
   </section>
 {% endif %}
 </div>