We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a58e45 commit ea45960Copy full SHA for ea45960
1 file changed
_layouts/default.html
@@ -4,10 +4,10 @@
4
<meta charset="UTF-8" />
5
<title>{{ page.title }}</title>
6
<link rel="stylesheet" href="{{ '/assets/css/style.css' | relative_url }}" />
7
+ <link rel="icon" href="{{ '/favicon.ico' | relative_url }}" />
8
</head>
9
<body>
10
<main>{{ content }}</main>
11
<script src="{{ '/assets/js/github-stars.js' | relative_url }}"></script>
- <link rel="icon" href="{{ '/favicon.ico' | relative_url }}" />
12
</body>
13
</html>
0 commit comments