Skip to content

Commit 773ccda

Browse files
committed
rebuild project
1 parent b9c26cb commit 773ccda

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

page/0archives.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
<h1>{{page.title}}</h1>
1515
<hr>
1616
<ul>
17-
{% assign posts = site.posts %}
18-
{% posts | top | sort %}
19-
20-
{% for post in posts %}
17+
{% for post in site.posts %}
2118

2219
{% unless post.next %}
2320
<h2 id="y{{ post.date | date: '%Y' }}">{{ post.date | date: '%Y' }}</h2>

0 commit comments

Comments
 (0)