diff options
author | Unknown <joe2010xtmf@163.com> | 2014-02-19 14:49:08 -0500 |
---|---|---|
committer | Unknown <joe2010xtmf@163.com> | 2014-02-19 14:49:08 -0500 |
commit | d4728fafafdd1d9a54d9337c7bddac086d58579c (patch) | |
tree | c54aaede3fd39a545fa420f93d2d14c976143a92 /templates/base | |
parent | d87ea87aee883b073ff198902c0439a19ff707e5 (diff) | |
download | gitea-d4728fafafdd1d9a54d9337c7bddac086d58579c.tar.gz gitea-d4728fafafdd1d9a54d9337c7bddac086d58579c.zip |
Able to config app name
Diffstat (limited to 'templates/base')
-rw-r--r-- | templates/base/head.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl index 9e48040f21..ac0b9594e6 100644 --- a/templates/base/head.tmpl +++ b/templates/base/head.tmpl @@ -16,7 +16,7 @@ <script src="/js/jquery-1.10.1.min.js"></script> <script src="/js/bootstrap.min.js"></script> - <title>{{.Title}} | Gogs - Go Git Service</title> + <title>{{.Title}} | {{AppName}}</title> </head> <body> <noscript>Please enable JavaScript in your browser!</noscript>
\ No newline at end of file |