make blog titles clickable; some more style tunes
[web.git] / blog / index.html
index a0d8f1afbf9dd18e29e978f69f0d102a6bb6175d..70032ce218c9eeb4941f03b338316b159c0843a8 100644 (file)
@@ -1,5 +1,4 @@
 ---
-layout: default
 title: "Ralf's Ramblings"
 slug: Blog
 rss: true
@@ -11,7 +10,7 @@ rss: true
     {% if num_posts >= 0 %}
         <header class="subtitle">
             <div class="side"><a href="{{ post.url }}">Permalink</a> • {{ post.date | date: "%b %-d, %Y" }}{% if post.author %} • {{ post.author }}{% endif %}{% if post.meta %} • {{ post.meta }}{% endif %}</div>
-            <h1>{{ post.subtitle }}</h1>
+            <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
         </header>
         {{ post.content }}
     {% endif %}