Fix favicon
This commit is contained in:
parent
0d93202e46
commit
94016f4257
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@
|
|||
<meta name="theme-color" content="#157878">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
|
||||
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
|
||||
<link rel="alternate icon" href="/favicon.ico">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/favicon.svg">
|
||||
<link rel="alternate icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
<a id="skip-to-content" href="#content">Skip to the content.</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue