diff options
author | Alan Pearce | 2023-04-18 09:29:56 +0200 |
---|---|---|
committer | Alan Pearce | 2023-04-18 09:29:56 +0200 |
commit | 4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (patch) | |
tree | b9c18bc823af212dac3e67c39b5cc92f0faa18ae /config.toml | |
parent | 98d10546684524418a7f612cc75085b5ddc5cfaa (diff) | |
download | website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.lz website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.zst website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.zip |
Make date format configurable
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 36946e6..ca8d27a 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,7 @@ taxonomies = [ highlight_code = true [extra] +date_format="%d %b, %Y" [[extra.main_menu]] name = "Bear" |