This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Include repo name in page title tag (
#6343
)
Fixes
#6265
tags/v1.9.0-rc1
mrsdizzie
techknowlogick
6 years ago
parent
7705f193cd
commit
5b02750a12
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/base/head.tmpl
+ 1
- 1
templates/base/head.tmpl
View File
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
<title>{{if .Title}}{{.Title}} - {{end}}
{{if .Repository.Name}}{{.Repository.Name}} - {{end}}
{{AppName}}</title>
<link rel="manifest" href="{{AppSubUrl}}/manifest.json">
<script>
Write
Preview
Loading…
Cancel
Save