diff --git a/config.toml b/config.toml index 092a854..6fe20e0 100644 --- a/config.toml +++ b/config.toml @@ -9,6 +9,10 @@ copyright = "© 2021. All rights reserved." canonifyurls = true paginate = 10 + +PygmentsCodeFences = true +PygmentsStyle = "tango" + [indexes] tag = "tags" topic = "topics" @@ -56,6 +60,3 @@ paginate = 10 [markup] [markup.goldmark.renderer] unsafe= true - -PygmentsCodeFences = true -PygmentsStyle = "tango" \ No newline at end of file