Fix date format in config.toml
This commit is contained in:
parent
b574e9f07b
commit
d01b44dffb
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ enableGitInfo = true
|
||||||
[params]
|
[params]
|
||||||
BookLogo = 'logo.svg'
|
BookLogo = 'logo.svg'
|
||||||
BookRepo = 'https://git.edgarpierre.fr/edpibu/blog'
|
BookRepo = 'https://git.edgarpierre.fr/edpibu/blog'
|
||||||
BookDateFormat = 2006-01-02
|
BookDateFormat = '2006-01-02'
|
||||||
BookComments = false
|
BookComments = false
|
||||||
|
|
Loading…
Reference in a new issue