Fix favicon

This commit is contained in:
HatScripts 2021-06-23 20:48:48 +10:00 committed by GitHub
parent 0d93202e46
commit 94016f4257
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>