mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
releaser: Use real theme count in template
This commit is contained in:
@@ -60,7 +60,7 @@ Hugo now has:
|
|||||||
* {{ len .Contributors }}+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
|
* {{ len .Contributors }}+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors)
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{ with .ThemeCount }}
|
{{ with .ThemeCount }}
|
||||||
* 156+ [themes](http://themes.gohugo.io/)
|
* {{ . }}+ [themes](http://themes.gohugo.io/)
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{ with .Notes }}
|
{{ with .Notes }}
|
||||||
## Notes
|
## Notes
|
||||||
|
Reference in New Issue
Block a user