Skip to content

Commit 0a9af8e

Browse files
committed
Revised the links at the bottom
1 parent 2d5b064 commit 0a9af8e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ header-img: img/post-bg-desk.png
55
email: qiubaiying@gmail.com
66
description: "每个胜利背后都有许多尝试"
77
keyword: "BY, BY Blog, 柏荧的博客, qiubaiying, 邱柏荧, iOS, Apple, iPhone"
8-
url: "https://qiubaiying.github.io" # your host, for absolute URL
8+
url: "http://qiubaiying.github.io" # your host, for absolute URL
99
baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog'
10-
10+
github_repo: "https://github.com/qiubaiying/qiubaiying.github.io.git" # you code repository
1111

1212
# Sidebar settings
1313
sidebar: true # whether or not using Sidebar.

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@
9393
<p class="copyright text-muted">
9494
Copyright &copy; {{ site.title }} {{ site.time | date: '%Y' }}
9595
<br>
96-
Theme by <a href="http://huangxuan.me">Hux</a> |
96+
Theme on <a href="{{ site.github_repo }}">GitHub</a> |
9797
<iframe
9898
style="margin-left: 2px; margin-bottom:-5px;"
9999
frameborder="0" scrolling="0" width="100px" height="20px"
100-
src="https://ghbtns.com/github-btn.html?user=huxpro&repo=huxpro.github.io&type=star&count=true" >
100+
src="https://ghbtns.com/github-btn.html?user={{ site.github_username }}&repo={{ site.github_username }}.github.io&type=star&count=true" >
101101
</iframe>
102102
</p>
103103
</div>

0 commit comments

Comments
 (0)