summaryrefslogtreecommitdiffstats
path: root/templates/base/head.tmpl
diff options
context:
space:
mode:
authorFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-06 21:33:17 +0800
committerFuXiaoHei <fuxiaohei@hexiaz.com>2014-03-06 21:33:17 +0800
commit4b912b9ae6e087271c0c98b6e444384555ea3e84 (patch)
tree1b5f0826c82aec2cb03d1f2fd86af2bd8bf69da6 /templates/base/head.tmpl
parente878bfb80f52c334a18fbf7b18f79359f7d373af (diff)
downloadgitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.tar.gz
gitea-4b912b9ae6e087271c0c98b6e444384555ea3e84.zip
signed-in dashboard and navbar changes
Diffstat (limited to 'templates/base/head.tmpl')
-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 0294ba49a5..e881e7f56d 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>
<script src="/js/app.js"></script>
- <title>{{.Title}} - {{AppName}}</title>
+ <title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
</head>
<body>
<noscript>Please enable JavaScript in your browser!</noscript> \ No newline at end of file