From 141a7e84ad49b941af13bab0c09b0fd227a19439 Mon Sep 17 00:00:00 2001 From: Holger Just Date: Thu, 21 Dec 2017 16:48:11 +0100 Subject: [PATCH] Omit leading zero on days in rendered dates --- config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.rb b/config.rb index b36c6fc..10272c8 100644 --- a/config.rb +++ b/config.rb @@ -82,7 +82,7 @@ set :casper, { url: 'https://holgerjust.de', name: 'Everything is broken', description: 'Stories about Life and Technology', - date_format: '%B %d, %Y', + date_format: '%B %-d, %Y', navigation: true, default_license: 'cc_by_sa', author: 'Holger Just'