From e4b43f02e799da9beacd3967a7a57db903a646b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sun, 7 Aug 2016 14:03:03 +0200 Subject: [PATCH] Make it possible to configure Blackfroday per language See #2309 --- content/content/multilingual.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/content/multilingual.md b/content/content/multilingual.md index 1f73194ea..f93738f9f 100644 --- a/content/content/multilingual.md +++ b/content/content/multilingual.md @@ -38,16 +38,22 @@ and taxonomy pages will be rendered below `/en` in English, and below `/fr` in F Only the obvious non-global options can be overridden per language. Examples of global options are `BaseURL`, `BuildDrafts`, etc. -Taxonomies configuration can also be set per language, example: +Taxonomies and Blackfriday configuration can also be set per language, example: ``` [Taxonomies] tag = "tags" +[blackfriday] +angledQuotes = true +hrefTargetBlank = true + [Languages] [Languages.en] weight = 1 title = "English" +[Languages.en.blackfriday] +angledQuotes = false [Languages.fr] weight = 2