forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
36 lines (33 loc) · 1.24 KB
/
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
30
31
32
33
34
35
36
---
layout: default
---
<div class="articles">
{% for post in paginator.posts %}
<article class="article">
<a class="title" href="{{ site.baseurl }}{{ post.url }}/">{{ post.title }}</a>
<div class="excerpt">
{{ post.excerpt | strip_html}}
</div>
<div class="footer">
<!-- <span>{% for tag in post.tags %}<span>{{ tag }}|</span>{% endfor %}</span> -->
<span>
<svg class="icon">
<use xlink:href="#icon-date" />
</svg>
{{ post.date | date: "%B %e, %Y" }}
</span>
<span>
<svg class="icon">
<use xlink:href="#icon-comment" />
</svg>
<span class="cy_cmt_count" id="sourceId::{{ post.url }}"></span>
</span>
<!--<span class="icon icon-read-more"><a class="read-more" href="{{ site.baseurl }}{{ post.url }}">Read More</a></span>-->
</div>
</article>
{% endfor %}
</div>
<div class="articles-tail">
<a class="see-archive-link" href="/archive">查看归档</a>
</div>
<script id="cy_cmt_num" src="http://changyan.sohu.com/upload/plugins/plugins.list.count.js?clientId=cyrHvP6IQ" async></script>