Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f7ec89

Browse files
committed
fix
1 parent 1d088d6 commit 3f7ec89

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

_layouts/default.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
{% include footer.html %}
1414

1515

16-
17-
1816
<!-- Image to hack wechat -->
1917
<img src="/img/icon_wechat.png" width="0" height="0" />
2018
<!-- Migrate from head to bottom, no longer block render and still work -->

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ <h5><a href="{{'/tags/' | prepend: site.baseurl }}">FEATURED TAGS</a></h5>
100100

101101
<!-- Short About -->
102102
<section class="visible-md visible-lg">
103-
<hr><h5><a href="{{'/' | prepend: site.baseurl }}">ABOUT ME</a></h5>
103+
<hr><h5><a href="{{'/about/' | prepend: site.baseurl }}">ABOUT ME</a></h5>
104104
<div class="short-about">
105105
{% if site.sidebar-avatar %}
106106
<img src="{{site.sidebar-avatar}}" />

0 commit comments

Comments
 (0)