m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/src/post-template.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'src/post-template.html.erb')
-rw-r--r--src/post-template.html.erb2
1 files changed, 1 insertions, 1 deletions
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 @@
-<h2 style='display: inline'><%= post['title'] %></h2> (<%= post['date'] %>)
+<h2 style='display: inline'><%= post['title'] %></h2> (<%= format_date post['date'] %>)
<%= post['content'] %>