.themes/classic/source/_includes/article.html
21813059
 {% unless page.no_header %}
   <header>
     {% if index %}
353ccfd4
       <h1 class="entry-title"><a href="{{ post.url }}">{{ post.title | titlecase }}</a></h1>
21813059
     {% else %}
       <h1 class="entry-title">{{ page.title | titlecase }}</h1>
     {% endif %}
87f300b2
     {% unless page.no_meta %}
       <p class="meta">{% include post_date.html %}</p>
     {% endunless %}
21813059
   </header>
87f300b2
   {% if index %}
   {% endif %}
21813059
 {% endunless %}
aa230616
 {% if index %}
5d61b463
   <div class="entry-content">{{ content | exerpt | smart_quotes }}</div>
   <footer>
87f300b2
     <a rel="full-article" href="{{ post.url }}">Read on &rarr;</a>
5d61b463
   </footer>
aa230616
 {% else %}
 <div class="entry-content">{{ content | smart_quotes }}</div>
 {% endif %}