Fix favicon

This commit is contained in:
luojia65 2021-05-19 23:44:29 +08:00
parent 0dce5f541a
commit 794d84383d
3 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<meta property="og:url" content="{{ page.url | prepend: site.url }}">
<meta property="og:description" content="{{ site.description }}">
<meta property="og:site_name" content="{{ site.title }}">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="//cdn.staticfile.org/normalize/6.0.0/normalize.min.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_271755_rdxzzo2kqwk.css">
<link rel="stylesheet" href="{{ "/assets/css/github-markdown.css" | relative_url }}">

View File

@ -11,7 +11,7 @@
<meta property="og:url" content="{{ page.url | prepend: site.url }}">
<meta property="og:description" content="{{ site.description }}">
<meta property="og:site_name" content="{{ site.title }}">
<link rel="shortcut icon" href="/favicon.ico">
<link rel="shortcut icon" href="/assets/icons/favicon.ico">
<link rel="stylesheet" href="//cdn.staticfile.org/normalize/6.0.0/normalize.min.css">
<link rel="stylesheet" href="//at.alicdn.com/t/font_roc50gemkxpw4s4i.css">
<link rel="stylesheet" href="{{ "/assets/css/github-markdown.css" | relative_url }}">

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB