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:
parent
5570c29923
commit
141a7e84ad
@ -82,7 +82,7 @@ set :casper, {
|
|||||||
url: 'https://holgerjust.de',
|
url: 'https://holgerjust.de',
|
||||||
name: 'Everything is broken',
|
name: 'Everything is broken',
|
||||||
description: 'Stories about Life and Technology',
|
description: 'Stories about Life and Technology',
|
||||||
date_format: '%B %d, %Y',
|
date_format: '%B %-d, %Y',
|
||||||
navigation: true,
|
navigation: true,
|
||||||
default_license: 'cc_by_sa',
|
default_license: 'cc_by_sa',
|
||||||
author: 'Holger Just'
|
author: 'Holger Just'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user