summary refs log tree commit diff stats
path: root/blog.html
diff options
context:
space:
mode:
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/blog.html b/blog.html
index 6e51827..56bf4d9 100644
--- a/blog.html
+++ b/blog.html
@@ -7,11 +7,8 @@ permalink: /blog/
 <h1 style="text-align: center">Blog</h1>
 <script type="text/javascript" src="../mentions.js"></script>
 
-<a href="/feed.xml" style="text-align: center"
-  ><p style="color: -webkit-link">Click here for RSS feed</p></a
->
 {% for post in site.posts %}
-<h2><a href="{{ post.url }}">{{ post.title }}</a></h2>
+<h3><a href="{{ post.url }}">{{ post.title }}</a></h3>
 <p>
   <svg
     alt="date published"
@@ -91,3 +88,7 @@ permalink: /blog/
   <em style="color: gray">{{post.tags | join: ", "}}</em>
 </p>
 {% endfor %}
+
+<a href="/feed.xml" style="text-align: center"
+  ><p style="color: -webkit-link">Click here for RSS feed</p></a
+>