diff options
author | Bjørn Erik Pedersen <[email protected]> | 2017-07-06 17:31:04 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-07-06 17:31:04 +0200 |
commit | 4989950d4962cec94df80f89fe679e225e0237c8 (patch) | |
tree | 5709d8d09085090a4888c0e5915251cf8faa0eb2 /releaser | |
parent | a358b33f262e2de61b58cf9f2071a4a898e55bef (diff) | |
download | hugo-4989950d4962cec94df80f89fe679e225e0237c8.tar.gz hugo-4989950d4962cec94df80f89fe679e225e0237c8.zip |
releaser: Use real theme count in template
Diffstat (limited to 'releaser')
-rw-r--r-- | releaser/releasenotes_writer.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/releaser/releasenotes_writer.go b/releaser/releasenotes_writer.go index 84c8450e6..1835597b6 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 |