This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
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
Use APP_NAME on home page (
#5048
)
Would it make sense to actually use the configured app name on the home page?
tags/v1.7.0-dev
mcnesium
Lunny Xiao
6 years ago
parent
b9041c703e
commit
5a493e87b7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/home.tmpl
+ 1
- 1
templates/home.tmpl
View File
@@ -7,7 +7,7 @@
</div>
<div class="hero">
<h1 class="ui icon header title">
Gitea - Git with a cup of tea
{{.i18n.Tr "app_name"}}
</h1>
<h2>{{.i18n.Tr "app_desc"}}</h2>
</div>
Write
Preview
Loading…
Cancel
Save