We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d088d6 commit 3f7ec89Copy full SHA for 3f7ec89
2 files changed
_layouts/default.html
@@ -13,8 +13,6 @@
13
{% include footer.html %}
14
15
16
-
17
18
<!-- Image to hack wechat -->
19
<img src="/img/icon_wechat.png" width="0" height="0" />
20
<!-- Migrate from head to bottom, no longer block render and still work -->
_layouts/page.html
@@ -100,7 +100,7 @@ <h5><a href="{{'/tags/' | prepend: site.baseurl }}">FEATURED TAGS</a></h5>
100
101
<!-- Short About -->
102
<section class="visible-md visible-lg">
103
- <hr><h5><a href="{{'/' | prepend: site.baseurl }}">ABOUT ME</a></h5>
+ <hr><h5><a href="{{'/about/' | prepend: site.baseurl }}">ABOUT ME</a></h5>
104
<div class="short-about">
105
{% if site.sidebar-avatar %}
106
<img src="{{site.sidebar-avatar}}" />
0 commit comments