We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93df41f commit f693863Copy full SHA for f693863
templates/base/head.tmpl
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="utf-8">
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
- <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>
7
<link rel="manifest" href="data:{{.ManifestData}}">
8
<meta name="theme-color" content="{{ThemeColorMetaTag}}">
9
<meta name="default-theme" content="{{DefaultTheme}}">
0 commit comments