aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:29:05 -0400
committerGravatar Barry Clark <barry@barryclark.co> 2014-04-30 09:29:05 -0400
commit5c2832e35276102902be2fd6d245f5ec8fa47131 (patch)
tree7f143dc8127e6e6b828c9d6cd78afecee2fb6a61 /index.html
parentea558e66fd59d4c7804bb8f54375c8e5b18c6330 (diff)
downloadkompetenzbolzen.github.io-5c2832e35276102902be2fd6d245f5ec8fa47131.tar.gz
Linked blogpost headers on homepage up to posts
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" }}