From: Cameron Moore Date: Mon, 2 Jan 2017 13:08:36 +0000 (-0600) Subject: docs: Don't use binary version in docs site X-Git-Tag: v0.19~146 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6a51216c6a34dc5d8ec20ee5589cd4b1c80f85ab;p=brevno-suite%2Fhugo docs: Don't use binary version in docs site Adds a "release" Site param that will be need to be updated for each release. Fixes #2857 --- diff --git a/docs/config.toml b/docs/config.toml index 17161dd5e..882e3c8b7 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -10,6 +10,7 @@ enableGitInfo = true [params] description = "Documentation of Hugo, a fast and flexible static site generator built with love by spf13, bep and friends in Go" author = "Steve Francia (spf13) and friends" + release = "0.18.1" [taxonomies] tag = "tags" diff --git a/docs/layouts/partials/footer.html b/docs/layouts/partials/footer.html index 92a7912e7..99a0eaf59 100644 --- a/docs/layouts/partials/footer.html +++ b/docs/layouts/partials/footer.html @@ -1,7 +1,7 @@
diff --git a/docs/layouts/partials/header.html b/docs/layouts/partials/header.html index f9b10d843..78e7e3c4c 100644 --- a/docs/layouts/partials/header.html +++ b/docs/layouts/partials/header.html @@ -35,7 +35,7 @@ - +