m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/blog.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'src/blog.html.erb')
-rw-r--r--src/blog.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blog.html.erb b/src/blog.html.erb
index d89494a..bd7b8aa 100644
--- a/src/blog.html.erb
+++ b/src/blog.html.erb
@@ -1,7 +1,7 @@
<ul>
<% posts.each do |post| %>
<li>
- <a href=<%= path_to post['title'] %>><%= post['title'] %></a> <%= post['date'] %>
+ <a href=<%= path_to post['title'] %>><%= post['title'] %></a> <%= format_date post['date'] %>
</li>
<% end %>
</ul>