From 4989950d4962cec94df80f89fe679e225e0237c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 6 Jul 2017 17:31:04 +0200 Subject: [PATCH] releaser: Use real theme count in template --- releaser/releasenotes_writer.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go index 84c8450e..1835597b 100644 --- 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