hugo/helpers
bep be7404e337 Support Fish and Chips section
Section names are also used as the title of the list pages, but naming section folders as `Fish and Chips` and similar didn't work very well.

This commit fixes that.

This commit also changes the title casing of the section titles. Some may argue that this is a breaking change, but the old behaviour was also pretty broken,
even for languages that use title capitalizations, as it didn't follow any particular style guide, `fish and chips` became `Fish And Chips` etc.

Now it just turns the first letter into upper case, so `Fish and Chips` will be left as `Fish and Chips`.

People wanting the good old behaviour can use the `title` template func.

Fixes #1176
2015-05-28 23:05:17 +02:00
..
content.go Pass RenderingContext by reference in Mmark 2015-05-25 12:57:58 +02:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
general_test.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
hugo.go Hyphenate DEV version 2015-05-26 22:44:39 +02:00
hugo_test.go Refactor Hugo version 2015-03-18 12:23:13 +01:00
path.go Support Fish and Chips section 2015-05-28 23:05:17 +02:00
path_test.go Never remove trailing slash in RelPermalink 2015-05-27 20:41:43 +02:00
pygments.go Allow 'classprefix' pygments options. 2015-05-07 03:45:51 +02:00
pygments_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00
url.go Unexport filepath/path bridge types 2015-05-25 13:10:40 +02:00
url_test.go Stop Viper from leaking across many of the tests (now tests pass regardless of order tested) 2015-05-20 02:21:21 -04:00