hugo/tpl/strings
Bjørn Erik Pedersen 8fb594bfb0 Make the title case style guide configurable
This works for the `title` func and the other places where Hugo makes title case.

* AP style (new default)
* Chicago style
* Go style (what we have today)

Fixes #989
2017-07-31 22:16:46 +02:00
..
init.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
init_test.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
regexp.go
regexp_test.go
strings.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
strings_test.go Make the title case style guide configurable 2017-07-31 22:16:46 +02:00
truncate.go
truncate_test.go