hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 4989950d4962cec94df80f89fe679e225e0237c8
parent a358b33f262e2de61b58cf9f2071a4a898e55bef
Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date:   Thu,  6 Jul 2017 17:31:04 +0200

releaser: Use real theme count in template

Diffstat:
Mreleaser/releasenotes_writer.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go
@@ -60,7 +60,7 @@ Hugo now has:
 * {{ len .Contributors }}+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
 {{- end -}}
 {{ with .ThemeCount }}
-* 156+ [themes](http://themes.gohugo.io/)
+* {{ . }}+ [themes](http://themes.gohugo.io/)
 {{- end }}
 {{ with .Notes }}
 ## Notes