Merge pull request 'Minor multilingual fix: change date format to "YYYY-MM-DD", add margin to active language in language switcher' (#13) from dobrvlskyi/zola-bearblog:multilingual into main Reviewed-on: https://codeberg.org/alanpearce/zola-bearblog/pulls/13
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
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