We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1381370 commit 206c66dCopy full SHA for 206c66d
layouts/baseof.html
@@ -23,7 +23,7 @@
23
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
24
{{ end -}}
25
<link href="{{ $styles.RelPermalink }}" rel="stylesheet" />
26
- <link rel="favicon" href="/favicon/favicon.ico">
+ <link rel="icon" href="/favicon/favicon.ico">
27
<script async defer src="https://buttons.github.io/buttons.js"></script>
28
{{ template "_internal/twitter_cards.html" . }}
29
{{ template "_internal/opengraph.html" . }}
0 commit comments