Skip to content

Commit

Permalink
恢复 github.com 链接
Browse files Browse the repository at this point in the history
  • Loading branch information
huzidaha committed Mar 29, 2017
1 parent 0c459a2 commit 0372a0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
url: https://github.com/huzidaha/react-naive-book

- title: 关于作者
url: /me
url: /books/react/me
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<h1>{{ site.name }}</h1>
<ul>
{% for item in site.data.navigation %}
<li><a href="{{ site.site_root }}{{ item.url }}">{{ item.title }}</a></li>
<li><a href="{{ item.url }}">{{ item.title }}</a></li>
{% endfor %}
</ul>
</div>
Expand Down

0 comments on commit 0372a0a

Please sign in to comment.