This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Include repository owner name and description in html title (
#3194
)
Closes
#3192
for-closed-social
Sandro Santilli
8 years ago
committed by
无闻
parent
17a4d8a5e5
commit
2ce60ff314
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
routers/repo/view.go
+ 1
- 1
routers/repo/view.go
View File
@ -30,7 +30,7 @@ const (
)
func
Home
(
ctx
*
context
.
Context
)
{
ctx
.
Data
[
"Title"
]
=
ctx
.
Repo
.
Repository
.
Name
ctx
.
Data
[
"Title"
]
=
ctx
.
Repo
.
Repository
.
Owner
.
Name
+
"/"
+
ctx
.
Repo
.
Repository
.
Name
+
": "
+
ctx
.
Repo
.
Repository
.
Description
ctx
.
Data
[
"PageIsViewCode"
]
=
true
ctx
.
Data
[
"RequireHighlightJS"
]
=
true
Write
Preview
Loading…
Cancel
Save