Update Hugo docs with the initialisms suggested by golint
authorAnthony Fok <foka@debian.org>
Wed, 18 Mar 2015 06:44:12 +0000 (00:44 -0600)
committerbep <bjorn.erik.pedersen@gmail.com>
Wed, 18 Mar 2015 10:30:37 +0000 (11:30 +0100)
commitb3bd71fec90ea2680a68d28e7ac5e82f80eafdde
tree91b7c77cd187b54a8b8bda1f3975b0b2395937ad
parent8b8fb417ae065954a056ea018bd092748cc9127c
Update Hugo docs with the initialisms suggested by golint

In particular:

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

Continued effort in fixing #959.
14 files changed:
docs/content/content/organization.md
docs/content/extras/dynamiccontent.md
docs/content/extras/menus.md
docs/content/extras/pagination.md
docs/content/overview/configuration.md
docs/content/taxonomies/displaying.md
docs/content/templates/content.md
docs/content/templates/functions.md
docs/content/templates/go-templates.md
docs/content/templates/homepage.md
docs/content/templates/partials.md
docs/content/templates/sitemap.md
docs/content/templates/variables.md
docs/layouts/partials/menu.html