-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (27 loc) · 1004 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
---
<body>
<div class="index-wrapper">
<div class="aside">
<div class="info-card">
<h1>egg</h1>
<a href="https://github.com/Eggwardhan"
target="_blank"><img src="http://www.github.com/favicon.ico" alt="" width="25"/></a>
<a href="http://music.163.com/#/user/home?id=309200672" target="_blank"><img src="http://www.douban.com/favicon.ico" alt="" width="22"/></a>
<a href="https://www.instagram.com/eggwardhan/" target="_blank"><img src="http://d36xtkk24g8jdx.cloudfront.net/bluebar/00c6602/images/ico/favicon.ico" alt="" width="22"/></a>
</div>
<div id="particles-js"></div>
</div>
<div class="index-content">
<ul class="artical-list">
{% for post in site.categories.blog %}
<li>
<a href="{{ post.url }}" class="title">{{ post.title }}</a>
<div class="title-desc">{{ post.description }}</div>
</li>
{% endfor %}
</ul>
</div>
</div>
</body>