Add site-wide/per-page [blackfriday] `fractions` option
authorAnthony Fok <foka@debian.org>
Sat, 24 Jan 2015 19:37:02 +0000 (12:37 -0700)
committerbep <bjorn.erik.pedersen@gmail.com>
Sat, 24 Jan 2015 19:57:40 +0000 (20:57 +0100)
commiteb686352b1785844778e1cba8c69b85079e3044f
tree02dbeddba582ad3a61b2f6a940b065c6ef99ef88
parent803865f870f9d0b4aa0015b6bdec15d37c2fab00
Add site-wide/per-page [blackfriday] `fractions` option

Make Blackfriday's `HTML_SMARTYPANTS_FRACTIONS` option
user-configurable.  Defaults to `true` as before.  See
discussions at:

http://discuss.gohugo.io/t/any-way-to-disable-smart-fractions/328

Thanks to @bjornerik and @spf13 for laying the groundwork
making it easy to expose Blackfriday's underlying configurable
options.
commands/hugo.go
docs/content/overview/configuration.md
helpers/content.go