Skip to content

Commit b1a79f9

Browse files
paper42ericonr
authored andcommitted
theme/index.hbs: fix link to favicon
1 parent b2b3f10 commit b1a79f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/theme/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<meta name="viewport" content="width=device-width, initial-scale=1">
99
<meta name="theme-color" content="#ffffff" />
1010

11-
<link rel="shortcut icon" href="{{ path_to_root }}{{ favicon }}">
11+
<link rel="shortcut icon" href="{{ path_to_root }}{{ favicon_png }}">
1212
<link rel="stylesheet" href="{{ path_to_root }}css/general.css">
1313
<link rel="stylesheet" href="{{ path_to_root }}css/print.css" media="print">
1414
</head>

0 commit comments

Comments
 (0)