hugo/helpers
Anthony Fok 8b8fb417ae More initialism corrections (golint)
Thanks to @bep's new, brilliant helpers.Deprecated() function,
the following functions or variables are transitioned to their
new names, preserving backward compatibility for v0.14
and warning the user of upcoming obsolescence in v0.15:

 * .Url → .URL (for node, menu and paginator)
 * .Site.BaseUrl → .Site.BaseURL
 * .Site.Indexes → .Site.Taxonomies
 * .Site.Recent → .Site.Pages
 * getJson → getJSON
 * getCsv → getCSV
 * safeHtml → safeHTML
 * safeCss → safeCSS
 * safeUrl → safeURL

Also fix related initialisms in strings and comments.

Continued effort in fixing #959.
2015-03-18 11:30:37 +01:00
..
content.go Experimental AsciiDoc support with external helpers 2015-03-12 22:01:49 -04:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go Add Seq template func 2015-03-12 22:08:36 -04:00
general_test.go Add Seq template func 2015-03-12 22:08:36 -04:00
path.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
path_test.go Fix errors reported by Go Vet 2015-03-06 15:25:19 +01:00
pygments.go Wrap comments helpers package to fit 80-column width 2014-12-26 08:07:03 -07:00
url.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00
url_test.go More initialism corrections (golint) 2015-03-18 11:30:37 +01:00