1
Fork 0

Fix date format in config.toml

This commit is contained in:
Edgar P. Burkhart 2022-08-22 18:54:59 +02:00
parent b574e9f07b
commit d01b44dffb
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@ enableGitInfo = true
[params]
BookLogo = 'logo.svg'
BookRepo = 'https://git.edgarpierre.fr/edpibu/blog'
BookDateFormat = 2006-01-02
BookDateFormat = '2006-01-02'
BookComments = false