Skip to content

Commit a992c1e

Browse files
authored
Update default.html
1 parent b2ca443 commit a992c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
99
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
1010
<link rel="stylesheet" href="{{ '/assets/css/main.css?v=' | append: site.github.build_revision | relative_url }}">
11-
<link rel="icon" href="{{ site.favicon | default: '/favicon.ico' }}" type="image/x-icon">
11+
<link rel="icon" href="{{ site.favicon | default: '/assets/favicon.ico' }}" type="image/x-icon">
1212
</head>
1313
<body>
1414
<section class="page-header">

0 commit comments

Comments
 (0)