aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorrock2dust <its@baronbunny.cn>2022-10-06 03:24:21 +0800
committerGitHub <noreply@github.com>2022-10-05 20:24:21 +0100
commitf693863a4fcf346c13a6262ea8aae8b335ebebd3 (patch)
treed966404058d73f98d334f5a31291d97ff371f24e /templates
parent93df41f506fb0c3ca897def5d62abaedc93323d8 (diff)
downloadgitea-f693863a4fcf346c13a6262ea8aae8b335ebebd3.tar.gz
gitea-f693863a4fcf346c13a6262ea8aae8b335ebebd3.zip
Remove extra space from title element (#21345)
Removes a spurious additional space in the head template. ![](https://user-images.githubusercontent.com/76462613/194077336-1e757242-6f92-4238-8856-746b2e9a1a2c.png)
Diffstat (limited to 'templates')
-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 39749613de..50253038ed 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
+ <title>{{if .Title}}{{.Title | RenderEmojiPlain}} - {{end}}{{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
<link rel="manifest" href="data:{{.ManifestData}}">
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
<meta name="default-theme" content="{{DefaultTheme}}">