hugo/parser
Anthony Fok 67df33f500 Correct initialisms as suggested by golint
First step to use initialisms that golint suggests,
for example:

    Line 116: func GetHtmlRenderer should be GetHTMLRenderer

as see on http://goreportcard.com/report/spf13/hugo

Thanks to @bep for the idea!

Note that command-line flags (cobra and pflag)
as well as struct fields like .BaseUrl and .Url
that are used in Go HTML templates need more work
to maintain backward-compatibility, and thus
are NOT yet dealt with in this commit.

First step in fixing #959.
2015-03-11 21:55:00 +01:00
..
frontmatter.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
frontmatter_test.go parser: add some frontmatter test cases 2015-03-10 23:17:39 +01:00
long_text_test.md Merge remote-tracking branch 'origin/parser' into mrg_praser 2013-09-17 15:52:40 -07:00
page.go parser: apply some Golint rules 2015-03-07 12:59:04 +01:00
parse_frontmatter_test.go Fix "hugo new" EOF error with an archetype file without the final EOL 2015-01-10 19:48:35 +01:00