summaryrefslogtreecommitdiffstats
path: root/templates/base
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-02-19 14:49:08 -0500
committerUnknown <joe2010xtmf@163.com>2014-02-19 14:49:08 -0500
commitd4728fafafdd1d9a54d9337c7bddac086d58579c (patch)
treec54aaede3fd39a545fa420f93d2d14c976143a92 /templates/base
parentd87ea87aee883b073ff198902c0439a19ff707e5 (diff)
downloadgitea-d4728fafafdd1d9a54d9337c7bddac086d58579c.tar.gz
gitea-d4728fafafdd1d9a54d9337c7bddac086d58579c.zip
Able to config app name
Diffstat (limited to 'templates/base')
-rw-r--r--templates/base/head.tmpl2
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