Skip to content

Commit b9c26cb

Browse files
committed
jekyll page rebuild
1 parent 5cfc4bb commit b9c26cb

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

page/0archives.html

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

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

0 commit comments

Comments
 (0)