mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 23:40:58 +00:00
Disable blackfriday's automatic fraction formatting.
This commit is contained in:
parent
e58b587a72
commit
47b4ea084f
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue