From 10ca90154cceaef749c0d22d2f4093e5c7877eb3 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 22 Mar 2020 10:06:09 +0200 Subject: [PATCH] config.toml: Remove erroneous Blackfriday config I accidentally committed this apparently. --- config.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.toml b/config.toml index 8da31642..9a11bbab 100644 --- a/config.toml +++ b/config.toml @@ -59,10 +59,6 @@ enableGitInfo = true name = "English Bulgaria" url = "https://englishbulgaria.net" -[markup] - [markup.blackfriday] - angledQuotes = true - # Default content language for Hugo 0.17's multilingual support (default is "en") # See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md DefaultContentLanguage = "en"