Make date format configurable
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M theme.toml → theme.toml
@@ -12,6 +12,7 @@ # You don't need to prefix variables by the theme name but as this will # 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"