get rid of crazy include-vars-magic and pretitles, at the expense of more layouts
[web.git] / ralf / blog / index.html
index f85ed560a05fb5ccd2ab389936acb4c31e12747d..eb4e08234e20fbee2b61ccebfb2727930292f725 100644 (file)
@@ -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 %}