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 3fb47cd commit 0cc9071Copy full SHA for 0cc9071
src/tpl/frontend/index.html
@@ -8,7 +8,7 @@
8
<meta name="renderer" content="webkit"/>
9
<meta name="wap-font-scale" content="no"/>
10
<title>{{.Path}}</title>
11
- <link rel="shortcut icon" href="{{.RootRelPath}}?asset=favicon.ico"/>
+ <link rel="shortcut icon" type="image/x-icon" href="{{.RootRelPath}}?asset=favicon.ico"/>
12
<link rel="stylesheet" type="text/css" href="{{.RootRelPath}}?asset=index.css"/>
13
</head>
14
<body class="{{if .IsRoot}}root-dir{{else}}sub-dir{{end}}">
0 commit comments