projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
link to new LLVM bugtracker
[web.git]
/
personal
/
_includes
/
post-list.html
1
{% for post in include.posts %}
2
<header class="subtitle">
3
<div class="side">{% include post-header.html item=post %}</div>
4
<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
5
</header>
6
{{ post.excerpt }}
7
<p><a href="{{ post.url }}">Read more...</a></p>
8
{% endfor %}