ref: 4989950d4962cec94df80f89fe679e225e0237c8
parent: a358b33f262e2de61b58cf9f2071a4a898e55bef
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Thu Jul 6 13:31:04 EDT 2017
releaser: Use real theme count in template
--- a/releaser/releasenotes_writer.go
+++ b/releaser/releasenotes_writer.go
@@ -60,7 +60,7 @@
* {{ 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
--
⑨