hugo/helpers
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
..
content.go Add configurable support for angled quotes 2014-12-26 14:31:55 +01:00
general.go Commented helpers package 2014-12-18 22:18:36 -05:00
general_test.go Added the general modules test files 2014-11-04 11:13:41 -05:00
path.go Commented helpers package 2014-12-18 22:18:36 -05:00
path_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00
pygments.go Commented helpers package 2014-12-18 22:18:36 -05:00
url.go Commenting helpers package 2014-12-12 02:57:25 +06:00
url_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00