Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 2fc8900

Browse files
Fixed path for favicons.
1 parent dd08ee4 commit 2fc8900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head_custom.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<link rel="shortcut icon" sizes="16x16" type="image/svg" href="../assets/images/favicon_16x16.svg">
2-
<link rel="shortcut icon" sizes="32x32" type="image/svg" href="../assets/images/favicon_32x32.svg">
1+
<link rel="shortcut icon" sizes="16x16" type="image/svg" href="assets/images/favicon_16x16.svg">
2+
<link rel="shortcut icon" sizes="32x32" type="image/svg" href="assets/images/favicon_32x32.svg">

0 commit comments

Comments
 (0)