Show statistics on the public overview page

This commit is contained in:
Tom Wiesing 2022-11-16 17:00:10 +01:00
parent 964e74a9f4
commit bc1bf0db1c
No known key found for this signature in database
4 changed files with 47 additions and 15 deletions

View file

@ -25,6 +25,9 @@
<h3>{{.Slug}}</h3>
<p>
<a href="{{.URL}}" target="_blank" rel="noopener noreferrer">{{.URL}}</a><br>
<small>
{{ .Statistics.Bundles.Summary }}
</small>
</p>
</div>
{{ end }}

View file

@ -73,7 +73,7 @@ func (home *Home) homeRender() ([]byte, error) {
i := i
wissKI := instance
eg.Go(func() (err error) {
context.Instances[i], err = wissKI.Info().Information(true)
context.Instances[i], err = wissKI.Info().Information(false)
return
})
}