Skip to content
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.

Commit

Permalink
remove double date for now
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanpenner committed Jan 21, 2013
1 parent 3a7382d commit c7bab49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/blog/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: "Blog"
<% blog.articles.each_with_index do |article, i| %>
<article class="blog-post-summary">
<h2><%= link_to article.title, article %> <span><%= article.date.strftime('%b %e') %></span></h2>
<h2><%= link_to article.title, article %></span></h2>
<%= article.summary %>
<%= link_to "Read more...", article %>
</article>
Expand Down

0 comments on commit c7bab49

Please sign in to comment.