---
layout: default
+title: "Ralf's Ramblings"
+rss: true
---
-<div class="post">
+<header class="subtitle">
+ <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>
+</header>
- <header class="post-header">
- <h1 class="post-title">{{ page.title }}</h1>
- <p class="post-meta">{{ page.date | date: "%b %-d, %Y" }}{% if page.author %} • {{ page.author }}{% endif %}{% if page.meta %} • {{ page.meta }}{% endif %}</p>
- </header>
+{{ content }}
- <article class="post-content">
- {{ content }}
- </article>
-
-</div>