summaryrefslogtreecommitdiffstats
path: root/templates/base/head.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base/head.tmpl')
-rw-r--r--templates/base/head.tmpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base/head.tmpl b/templates/base/head.tmpl
index ce78613534..0ef9ea93d9 100644
--- a/templates/base/head.tmpl
+++ b/templates/base/head.tmpl
@@ -34,6 +34,8 @@
<script src="{{AppSubUrl}}/js/gogs.js?v={{MD5 AppVer}}"></script>
<title>{{if .Title}}{{.Title}} - {{end}}{{AppName}}</title>
+
+ <meta name="theme-color" content="{{ThemeColorMetaTag}}">
</head>
<body>
<div class="full height">