1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-23 21:53:25 +02: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

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"