Skip to content

Commit

Permalink
Missed one reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjsaylor committed Jul 25, 2012
1 parent 2761178 commit 80b0cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.html
Expand Up @@ -7,6 +7,6 @@ <h2>Posts</h2>
<br>
<ul>
{% for post in site.posts %}
<li><a href="{{ post.url }}">{{ post.title }}</a> ({{ post.date | date: "%B %d, %Y"}})</li>
<li><a href="{{site.url}}{{ post.url }}">{{ post.title }}</a> ({{ post.date | date: "%B %d, %Y"}})</li>
{% endfor %}
</ul>

0 comments on commit 80b0cb4

Please sign in to comment.