prepare things for a blog
[web.git] / _layouts / post.html
index a2b4e52fefe1eae18257e3417f57826ceea5068c..5ed4c6891e77ee2d116bc5bcf23d8f3a856a7315 100644 (file)
@@ -1,15 +1,12 @@
 ---
 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>