about summary refs log tree commit diff stats
path: root/theme.toml
diff options
context:
space:
mode:
authorAlan Pearce2023-04-18 09:29:56 +0200
committerAlan Pearce2023-04-18 09:29:56 +0200
commit4df500c33f3d3ba7b9387a2bc0447850a04d15c8 (patch)
treeb9c18bc823af212dac3e67c39b5cc92f0faa18ae /theme.toml
parent98d10546684524418a7f612cc75085b5ddc5cfaa (diff)
downloadzola-bearblog-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.lz
zola-bearblog-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.tar.zst
zola-bearblog-4df500c33f3d3ba7b9387a2bc0447850a04d15c8.zip
Make date format configurable
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
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"