From 47b4ea084faf46dd6bc6429a59746dad1016ad96 Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Wed, 27 Feb 2019 21:31:28 +1100 Subject: [PATCH] Disable blackfriday's automatic fraction formatting. --- config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.yml b/config.yml index 6628946898..ca0fe79903 100644 --- a/config.yml +++ b/config.yml @@ -14,6 +14,9 @@ enableRobotsTXT: true metaDataFormat: "yaml" disableKinds: ["404", "taxonomy", "taxonomyTerm", "RSS"] +blackfriday: + fractions: false + publishDir: "_gh_pages" archetypeDir: "site/archetypes" assetDir: "site/assets" -- 2.47.2