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 b2ca443 commit a992c1eCopy full SHA for a992c1e
_layouts/default.html
@@ -8,7 +8,7 @@
8
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
9
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
10
<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">
+ <link rel="icon" href="{{ site.favicon | default: '/assets/favicon.ico' }}" type="image/x-icon">
12
</head>
13
<body>
14
<section class="page-header">
0 commit comments