projects
/
web.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
get rid of crazy include-vars-magic and pretitles, at the expense of more layouts
[web.git]
/
personal
/
blog
/
index.html
1
---
2
layout: default
3
slug: Blog
4
rss: true
5
sort: 10
6
---
7
8
<header class="title">
9
<h1>{{ site.blog.title }}</h1>
10
</header>
11
12
{% include post-list.html posts=site.posts %}