From 34787a6691638bdf76d819609ff954d12c7d0e12 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 18 Aug 2016 23:10:53 -0400 Subject: [PATCH] Remove space before comma --- _layouts/post.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 234034a5..e494509f 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -62,11 +62,11 @@ {% assign d = page.date | date: "%-d" %} {{ page.date | date: "%B" }} {% case d %} - {% when '1' or '21' or '31' %}{{ d }}st - {% when '2' or '22' %}{{ d }}nd - {% when '3' or '23' %}{{ d }}rd - {% else %}{{ d }}th - {% endcase %}, + {% when '1' or '21' or '31' %}{{ d }}st, + {% when '2' or '22' %}{{ d }}nd, + {% when '3' or '23' %}{{ d }}rd, + {% else %}{{ d }}th, + {% endcase %} {{ page.date | date: "%Y" }} {{ content }}