diff --git a/content/functions/_index.md b/content/functions/_index.md index 9dfabd2d0..6595187b0 100644 --- a/content/functions/_index.md +++ b/content/functions/_index.md @@ -12,6 +12,6 @@ draft: false aliases: [/layout/functions/] --- -Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added the following functions to the basic template logic. +Go templates are lightweight but extensible. Go itself supplies built-in functions, including comparison operators and other basic tools. These are listed in the [Go template documentation][gofuncs]. Hugo has added additional functions to the basic template logic. [gofuncs]: http://golang.org/pkg/text/template/#hdr-Functions \ No newline at end of file diff --git a/content/getting-started/installing.md b/content/getting-started/installing.md index c28099c16..dff055492 100644 --- a/content/getting-started/installing.md +++ b/content/getting-started/installing.md @@ -35,7 +35,7 @@ Download the appropriate version for your platform from [Hugo Releases][releases Ideally, you should install it somewhere in your `PATH` for easy use. `/usr/local/bin` is the most probable location. -### Quick Install: Homebrew (OS X) +### Quick Install: OS X (Homebrew) If you are on OS X and using [Homebrew][brew], you can install Hugo with the following one-liner: diff --git a/layouts/partials/homepage/homepage-install.html b/layouts/partials/homepage/homepage-install.html index 920bcb753..f6eaf9288 100644 --- a/layouts/partials/homepage/homepage-install.html +++ b/layouts/partials/homepage/homepage-install.html @@ -3,12 +3,12 @@ {{partial "svg-icons/gopher-small-homepage.svg" .}}
Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.