Skip to content

Commit ddf4de8

Browse files
committed
css
1 parent 46b2405 commit ddf4de8

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

archives/index.markdown

+12-1
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,15 @@ title: 归档
99
wordpress_id: 149
1010
---
1111

12-
[smart_archives]
12+
<section>
13+
<article class="page type-page status-publish hentry">
14+
<h1 class="post-title"><a href="http://www.labazhou.net/archives/">归档</a></h1>
15+
<div id="smart-archives-list">
16+
<ul class="archive-list">
17+
{% for post in site.posts %}
18+
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
19+
{% endfor %}
20+
</ul>
21+
</div>
22+
</article>
23+
</section>

0 commit comments

Comments
 (0)