hugo/commands
bep fbf8bcacc4 Add configurable support for angled quotes
The flag `HTML_SMARTYPANTS_ANGLED_QUOTES` was added to Blackfriday on Black Friday. This configures rendering of double quotes as angled left and right quotes («
»).

Typical use cases would be either or, or combined, but never in the same
document. As an example would be a person from Norway; he has a blog in both
English and Norwegian (his native tongue); he would then configure Blackfriday
to use angled quotes for the Norwegian section, but keep them as reqular
double quotes for the English.

This commit adds configuration support for this new flag, configuration that can be set in the site configuration, but overridden in page front matter.

Fixes #605
2014-12-26 14:31:55 +01:00
..
benchmark.go Fix long descriptions of benchmark and serve commands 2014-12-24 04:40:48 -07:00
check.go
convert.go
hugo.go Add configurable support for angled quotes 2014-12-26 14:31:55 +01:00
limit_darwin.go
limit_others.go
list.go
new.go Commented commands package 2014-12-12 00:05:02 +06:00
server.go Fix long descriptions of benchmark and serve commands 2014-12-24 04:40:48 -07:00
server_test.go
version.go Add timezone to buildDate 2014-12-09 11:42:07 +01:00