projects
/
Ultimately_Untrue_Thought.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
check in
[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>