Skip to content

Commit ba2f6a4

Browse files
mrsdizzietechknowlogick
authored andcommitted
Include repo name in page title tag (#6343)
Fixes #6265
1 parent 6a6656a commit ba2f6a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/base/head.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<meta http-equiv="x-ua-compatible" content="ie=edge">
7-
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
7+
<title>{{if .Title}}{{.Title}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
88
<link rel="manifest" href="{{AppSubUrl}}/manifest.json">
99

1010
<script>

0 commit comments

Comments
 (0)