aboutsummaryrefslogtreecommitdiff
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 2accc19..a4e6e24 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,7 @@ layout: default
{% for post in site.posts %}
<article class="post">
- <h1>{{ post.title }}</h1>
+ <h1><a href="{{ post.url }}">{{ post.title }}</a></h1>
<div class="date">
{{ post.date | date: "%B %e, %Y" }}