theme tweaks
[Ultimately_Untrue_Thought.git] / theme / templates / article_summary.inc.html
1 <article class="summary">
2   {% include 'metadata.inc.html' %}
3   <div>
4     <h2>
5       <a href="{{ SITEURL }}/{{ article.url }}" rel="bookmark" title="Permalink to {{ article.title}}">{{ article.title }}</a>
6     </h2>
7     <p>{{ article.summary }}</p>
8   </div>
9 </article>