Skip to content

Commit 0cc9071

Browse files
committed
feat(tpl): add type hint for shotcut icon
1 parent 3fb47cd commit 0cc9071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tpl/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="renderer" content="webkit"/>
99
<meta name="wap-font-scale" content="no"/>
1010
<title>{{.Path}}</title>
11-
<link rel="shortcut icon" href="{{.RootRelPath}}?asset=favicon.ico"/>
11+
<link rel="shortcut icon" type="image/x-icon" href="{{.RootRelPath}}?asset=favicon.ico"/>
1212
<link rel="stylesheet" type="text/css" href="{{.RootRelPath}}?asset=index.css"/>
1313
</head>
1414
<body class="{{if .IsRoot}}root-dir{{else}}sub-dir{{end}}">

0 commit comments

Comments
 (0)