| layout | page |
|---|---|
| title | Friends |
| description | 这些是一些友链 |
| group | navigation |
| permalink | /friends.html |
如今写博客的人已经不多,能够交到一个朋友已经不太容易,珍惜现在的拥有。如果你也在坚持写博客,并且坚持公布到互联网上,而不是发布到局域网中,欢迎联系我。
-
{% for friend in site.data.friends %}
- {{ friend.name }} {% if friend.desc != '' %} {{ friend.desc }} {% endif %} {% endfor %}