Skip to content

Commit d4ed2cd

Browse files
committed
css
1 parent ddf4de8 commit d4ed2cd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

archives/index.markdown

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ title: 归档
99
wordpress_id: 149
1010
---
1111

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">
12+
<div id="smart-archives-list">
1613
<ul class="archive-list">
1714
{% for post in site.posts %}
1815
<li><a href="{{ site.baseurl }}{{ post.url }}">{{ post.title }}</a></li>
1916
{% endfor %}
2017
</ul>
21-
</div>
22-
</article>
23-
</section>
18+
</div>

0 commit comments

Comments
 (0)