2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Disable blackfriday's automatic fraction formatting.

This commit is contained in:
Bardi Harborow
2019-02-27 21:31:28 +11:00
committed by XhmikosR
parent e58b587a72
commit 47b4ea084f
+3
View File
@@ -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"