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 f219cac commit afd9218Copy full SHA for afd9218
templates/base/head.tmpl
@@ -5,7 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1">
6
<meta http-equiv="x-ua-compatible" content="ie=edge">
7
<title>{{if .Title}}{{.Title}} - {{end}} {{if .Repository.Name}}{{.Repository.Name}} - {{end}}{{AppName}}</title>
8
- <link rel="manifest" href="{{StaticUrlPrefix}}/manifest.json" crossorigin="use-credentials">
+ <link rel="manifest" href="{{AppSubUrl}}/manifest.json" crossorigin="use-credentials">
9
10
<script>
11
if ('serviceWorker' in navigator) {
0 commit comments