m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/index.html.erb
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-07-26 20:10:14 -0700
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2019-07-26 20:10:14 -0700
commita84badc9cb7c53aa739bd9792adce2601948762f (patch)
tree5946d5f2cfb030e0361152853ae7391da27e4303 /src/index.html.erb
parent1a6bac63e6ec22d8ff4029e98de23643003c259b (diff)
Allow for minute-grained date specifications
Diffstat (limited to 'src/index.html.erb')
-rw-r--r--src/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html.erb b/src/index.html.erb
index 23f08bc..11715c1 100644
--- a/src/index.html.erb
+++ b/src/index.html.erb
@@ -9,7 +9,7 @@
<ul>
<% posts.take(5).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>