Change date format to YYYY-MM-DD
1 file changed, 1 insertion(+), 1 deletion(-)
jump to
M config.toml → config.toml
@@ -42,7 +42,7 @@ # Theme can be customised by setting the `highlight_theme` variable to a theme supported by Zola highlight_code = true [extra] -date_format="%d %b, %Y" +date_format="%Y-%m-%d" webserver_sends_csp_headers=true language_switcher=true