all repos — zola-bearblog @ 0ecc7caa75cffd4b864ef006725ed3b8dcbb29a1

Port of bear blog theme to zola

style: reformat toml files

Alan Pearce
commit

0ecc7caa75cffd4b864ef006725ed3b8dcbb29a1

parent

995c4f6eff9a601c75c39d40f945c8a70d710d95

1 file changed, 5 insertions(+), 5 deletions(-)

changed files
M theme.tomltheme.toml
@@ -12,13 +12,13 @@ # 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" -webserver_sends_csp_headers=false +date_format = "%d %b, %Y" +webserver_sends_csp_headers = false [extra.table_of_contents] -show=false -max_level=6 -visible_on_load=true +show = false +max_level = 6 +visible_on_load = true [author] name = "Alan Pearce"