---
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 }}