projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
7b14efc674790fd3d8b18ad80c1781df70d82a56
[web.git]
/
personal
/
_includes
/
post-list.html
1
{% for post in include.posts %}
2
<header class="subtitle">
3
{% include post-header.html item=post %}
4
<h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
5
</header>
6
{{ post.excerpt }}
7
<p><a href="{{ post.url }}">Read more...</a></p>
8
{% endfor %}