make blog titles clickable; some more style tunes
[web.git] / blog / index.html
index 7ab91943be46ac8478273dcc3bec495af4b0657a..70032ce218c9eeb4941f03b338316b159c0843a8 100644 (file)
@@ -10,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 %}