Skip to content

Commit 0f9aa82

Browse files
committed
add about header href
1 parent cf1223a commit 0f9aa82

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

_layouts/page.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,9 @@ <h5><a href="{{'/tags/' | prepend: site.baseurl }}">FEATURED TAGS</a></h5>
103103
<hr><h5><a href="{{'/about/' | prepend: site.baseurl }}">ABOUT ME</a></h5>
104104
<div class="short-about">
105105
{% if site.sidebar-avatar %}
106-
<img src="{{site.sidebar-avatar}}" />
106+
<a href="{{ site.baseurl }}/about">
107+
<img src="{{site.sidebar-avatar}}"/>
108+
</a>
107109
{% endif %}
108110
{% if site.sidebar-about-description %}
109111
<p>{{site.sidebar-about-description}}</p>

about.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "About"
4-
description: "Hey, this is BY Qiu."
4+
description: "Hey, this is BY."
55
header-img: "img/home-bg-o.jpg"
66
---
77

@@ -23,6 +23,8 @@
2323
<p>这是我的利用 <a href="https://pages.github.com/">GitHub Pages</a><a href="http://jekyll.com.cn/">Jekyll</a> 搭建的 个人博客。我在GitHub主页<a href="https://github.com/qiubaiying">👉GitHub·BY</a> 与 简书主页<a href="https://http://www.jianshu.com/u/e71990ada2fd">👉BY</a></p>
2424

2525
<p>工作、学习之余,我特别喜欢运动,跑步、健身和自由搏击都是我特别喜欢的运动。</p>
26+
27+
<p></p>
2628

2729
<h5>Talks</h5>
2830

@@ -38,11 +40,11 @@ <h5>Talks</h5>
3840
<blockquote><p>Yet another iOS Developer. <br>
3941
Yet another Life-long Student.</p></blockquote>
4042

41-
<p>Hi, I am <strong>BaiYing(柏荧)</strong>,you can call me <strong>BY</strong>. I'm an iOS Developer.I now working in Xiamen Supermo Intelligent Logistics Technology Co., Ltd.</p>
43+
<p>Hi, I am <strong>Baiying Qiu</strong>,you can call me <strong>BY</strong>. I am an iOS software engineer and currently working in Xiamen</p>
4244

4345
<p>This is my personal blog, through making Github Pages and Jekyll.My GitHub 👉 <a href="http://github.com/qiubaiying">Github·BY</a>.</p>
4446

45-
<p>I am a sports enthusiast, I like fitness, running and tae kwon do, sports is my full of vitality.</p>
47+
<p>I am a sports enthusiast, I like fitness, running and boxing.</p>
4648

4749
<h5>Talks</h5>
4850

0 commit comments

Comments
 (0)