Feat: date format

This commit is contained in:
Bertrand Benjamin 2022-02-16 10:46:10 +01:00
parent b7bc67c300
commit 4f25426db1
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ mkdir -p $sequence_path
export title=$title
export title_under=${title//?/#}
export author='Benjamin Bertrand'
export date=$date
export date=`date --date="$date 00:00" "+%B %Y"`
export tribe=$tribe
export tags=$tags
export summary=$summary