Skip to content

Commit

Permalink
xjbgai
Browse files Browse the repository at this point in the history
  • Loading branch information
Sciorz committed Dec 3, 2018
1 parent a1a97bf commit 3237e50
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 9 deletions.
6 changes: 6 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,9 @@ header:
zh-Hans: 关于
zh-Hant: 關於
url: /about.html
- titles:
en: Friends
zh: 友链
zh-Hans: 友链
zh-Hant: 友鏈
url: /friends.html
9 changes: 0 additions & 9 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,13 @@
{%- include snippets/locale-to-string.html locale=site.data.locale.NAV.RSS -%}
{%- assign _locale_nav_rss = __return -%}

<span>
<p class="menu menu--center">
<span>© {{ site.title }} {{ site.data.locale.COPYRIGHT_DATES }}</span>
<a type="application/rss+xml" href="{{ _paths_rss }}">{{ _locale_nav_rss }}</a>
</p>
<p>Powered by <a title="Jekyll is a simple, blog-aware, static site generator." href="http://jekyllrb.com/">Jekyll</a> & <a
title="TeXt is a succinct theme for blogging." href="https://github.com/kitian616/jekyll-TeXt-theme">TeXt Theme</a>.
</p>
</span>

<p class="menu menu--center">
<h1>My friends</h1>
<a href="https://zuhiul.github.io/">楠神</a>
<a href="https://lucien.ink/">水先生</a>
</p>

</footer>
</div>
</div>
21 changes: 21 additions & 0 deletions friends.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: article
titles:
en: Friends
zh: 友链
zh-Hans: 友链
zh-Hant: 友鏈
key: page-friends
---



```javascript
(() => console.log('Hello, World!'))();
```

## My Friends

- [楠神](https://zuhiul.github.io/)
- [水先生](https://lucien.ink);

0 comments on commit 3237e50

Please sign in to comment.