From a84badc9cb7c53aa739bd9792adce2601948762f Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Fri, 26 Jul 2019 20:10:14 -0700 Subject: Allow for minute-grained date specifications --- src/blog.html.erb | 2 +- src/index.html.erb | 2 +- src/post-template.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ 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 @@ diff --git a/src/post-template.html.erb b/src/post-template.html.erb index ece1545..033df48 100644 --- a/src/post-template.html.erb +++ b/src/post-template.html.erb @@ -1,2 +1,2 @@ -

<%= post['title'] %>

(<%= post['date'] %>) +

<%= post['title'] %>

(<%= format_date post['date'] %>) <%= post['content'] %> -- cgit v1.2.3