Browse Source

Use APP_NAME on home page (#5048)

Would it make sense to actually use the configured app name on the home page?
for-closed-social
mcnesium 5 years ago
committed by Lunny Xiao
parent
commit
7bb4d610e5
1 changed files with 1 additions and 1 deletions
  1. +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>

Loading…
Cancel
Save