We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46b2405 commit ddf4de8Copy full SHA for ddf4de8
archives/index.markdown
@@ -9,4 +9,15 @@ title: 归档
9
wordpress_id: 149
10
---
11
12
-[smart_archives]
+<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