aboutsummaryrefslogtreecommitdiff
path: root/templates/gititem.qtpl.go
diff options
context:
space:
mode:
Diffstat (limited to 'templates/gititem.qtpl.go')
-rw-r--r--templates/gititem.qtpl.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/gititem.qtpl.go b/templates/gititem.qtpl.go
index 2c46104..a7ed659 100644
--- a/templates/gititem.qtpl.go
+++ b/templates/gititem.qtpl.go
@@ -44,7 +44,9 @@ type GitItemPage struct {
//line gititem.qtpl:16
func (p *GitItemPage) StreamTitle(qw422016 *qt422016.Writer) {
//line gititem.qtpl:16
- qw422016.N().S(`Git | List`)
+ qw422016.N().S(`Git | `)
+//line gititem.qtpl:16
+ qw422016.E().S(p.Name)
//line gititem.qtpl:16
}