diff options
| author | Barry Clark <barry@barryclark.co> | 2014-04-30 09:29:05 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-04-30 09:29:05 -0400 |
| commit | 5c2832e35276102902be2fd6d245f5ec8fa47131 (patch) | |
| tree | 7f143dc8127e6e6b828c9d6cd78afecee2fb6a61 /index.html | |
| parent | ea558e66fd59d4c7804bb8f54375c8e5b18c6330 (diff) | |
| download | acn-blog-5c2832e35276102902be2fd6d245f5ec8fa47131.tar.gz acn-blog-5c2832e35276102902be2fd6d245f5ec8fa47131.tar.bz2 acn-blog-5c2832e35276102902be2fd6d245f5ec8fa47131.zip | |
Linked blogpost headers on homepage up to posts
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" }} |
