make the new style also work for blog posts
[web.git] / _layouts / post.html
index 5ed4c6891e77ee2d116bc5bcf23d8f3a856a7315..d6500b90ad8b21c19951daf18ad9c0834cfbe987 100644 (file)
@@ -1,12 +1,17 @@
 ---
 layout: default
-title: "Ralf's Ramblings"
+pretitle: "Ralf's Ramblings"
 rss: true
 ---
-<header class="subtitle">
+<header id="-pretitle">
   <div class="side"><a href="{{ page.url }}">Permalink</a> • {{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</div>
-  <h1>{{ page.subtitle }}</h1>
+  <h1>{{ page.pretitle }}</h1>
 </header>
 
+<header id="-title">
+  <h1>{{ page.title }}</h1>
+</header>
+
+
 {{ content }}