From f4f6530714ef52fdfa24bb306ca0066e04596988 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 18 Feb 2018 06:23:55 +0300 Subject: don't zero-pad day number in dates --- _includes/common/footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '_includes/common/footer.html') diff --git a/_includes/common/footer.html b/_includes/common/footer.html index f03be73..97d65b7 100644 --- a/_includes/common/footer.html +++ b/_includes/common/footer.html @@ -11,7 +11,7 @@
-
This version of the page was generated on {{ site.time | date_to_long_string }}.
+
This version of the page was generated on {{ site.time | date: '%-d %B %Y' }}.
-- cgit v1.2.3