Linked blogpost headers on homepage up to posts

This commit is contained in:
Barry Clark 2014-04-30 09:29:05 -04:00
parent ea558e66fd
commit 5c2832e352
3 changed files with 10 additions and 5 deletions

View file

@ -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" }}