all repos — zola-bearblog @ f925498eb727bcdac7c3dafc65365cff6bc4d577

Port of bear blog theme to zola

Change date format to YYYY-MM-DD

commit

f925498eb727bcdac7c3dafc65365cff6bc4d577

parent

e5ea07c4d62e19102764be22bfeb221bb77bd9c5

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M config.tomlconfig.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