1
0
mirror of https://github.com/meineerde/holgerjust.de.git synced 2025-10-17 17:01:01 +00:00

Omit leading zero on days in rendered dates

This commit is contained in:
Holger Just 2017-12-21 16:48:11 +01:00
parent 5570c29923
commit 141a7e84ad

View File

@ -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'