projects: show total number in brackets
This commit is contained in:
parent
2eb39cbeac
commit
c655b10467
2
main.go
2
main.go
@ -121,7 +121,7 @@ func (this *Application) Homepage(w http.ResponseWriter, r *http.Request) {
|
||||
<option value="data-sort-mt">Recent updates</option>
|
||||
</select>
|
||||
|
||||
<h2>Projects</h2>
|
||||
<h2>Projects <small>(`+fmt.Sprintf("%d", len(repos))+`)</small></h2>
|
||||
<table id="projtable-main" class="projtable">
|
||||
`)
|
||||
for _, repo := range repos {
|
||||
|
Loading…
Reference in New Issue
Block a user