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 /theme.toml | |
parent | 98d10546684524418a7f612cc75085b5ddc5cfaa (diff) | |
download | website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.lz website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.zst website-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.zip |
Make date format configurable
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml index 5cc75e0..ed137c8 100644 --- a/theme.toml +++ b/theme.toml @@ -12,6 +12,7 @@ demo = "https://alanpearce.codeberg.page/zola-bearblog" # be merged with user data, some kind of prefix or nesting is preferable # Use snake_casing to be consistent with the rest of Zola [extra] +date_format="%d %b, %Y" [author] name = "Alan Pearce" |