Skip to content

Commit

Permalink
Removed dates from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel McOrmond committed Jul 28, 2012
1 parent 668e507 commit 337f907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -6,6 +6,6 @@

<ul class="posts">
{% for post in site.posts %}
<li><span>{{ post.date | date: "%Y-%m-%d" }}</span> &raquo; <a href="{{ post.url }}">{{ post.title }}</a></li>
<li><a href="{{ post.url }}">{{ post.title }}</a></li>
{% endfor %}
</ul>

0 comments on commit 337f907

Please sign in to comment.