summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index f38faa5..a5f7f6d 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@ layout: default
<ul style="list-style:none">
{% for post in paginator.posts %}
<li>
- <h2><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h2>
+ <h1><a href="{{ site.baseurl }}{{ post.url }}">{{ post.date | date: "%b %-d, %Y" }} - {{ post.title }}</a></h1>
<div class="post-content">
{{ post.excerpt }}
</div>