projects
/
web.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
get rid of crazy include-vars-magic and pretitles, at the expense of more layouts
[web.git]
/
personal
/
blog
/
index.html
diff --git
a/personal/blog/index.html
b/personal/blog/index.html
index f85ed560a05fb5ccd2ab389936acb4c31e12747d..eb4e08234e20fbee2b61ccebfb2727930292f725 100644
(file)
--- a/
personal/blog/index.html
+++ b/
personal/blog/index.html
@@
-1,8
+1,12
@@
---
-vars: blog-index.html
+layout: default
slug: Blog
rss: true
sort: 10
---
+<header class="title">
+<h1>{{ site.blog.title }}</h1>
+</header>
+
{% include post-list.html posts=site.posts %}