Rename incorrectly named favicon.svg to logo.svg
This commit is contained in:
parent
e259343f68
commit
e6c7bec5fe
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@
|
|||
<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="{{ site.baseurl }}/favicon.svg">
|
||||
<link rel="icon" type="image/svg+xml" href="{{ site.baseurl }}/logo.svg">
|
||||
<link rel="alternate icon" type="image/x-icon" href="{{ site.baseurl }}/favicon.ico">
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Reference in a new issue