projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
research: add link to research category of my blog
[web.git]
/
ralf
/
_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 %}