Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b60ddcc commit 059c102Copy full SHA for 059c102
_config.yml
@@ -71,7 +71,7 @@ ga_domain: zkg.me
71
# Sidebar settings
72
sidebar: true # whether or not using Sidebar.
73
sidebar-about-description: "写写代码,做做设计,<br>离开世界之前,一切都是过程"
74
-sidebar-avatar: '/zkg.github.io/img/post-sample-image.jpg' # use absolute URL, seeing it's used in both `/` and `/about/`
+sidebar-avatar: '/img/post-sample-image.jpg' # use absolute URL, seeing it's used in both `/` and `/about/`
75
76
77
_layouts/default.html
@@ -14,7 +14,7 @@
14
15
16
<!-- Image to hack wechat -->
17
-<img src="/zkg.github.io/img/icon_wechat.png" width="0" height="0" />
+<img src="/img/icon_wechat.png" width="0" height="0" />
18
<!-- Migrate from head to bottom, no longer block render and still work -->
19
20
</body>
0 commit comments