From 3f7107a52afb26083a677f40b409a6c86a7bffdf Mon Sep 17 00:00:00 2001 From: bisnsh Date: Sun, 5 Oct 2025 17:35:21 +0800 Subject: [PATCH] modified: themes/butterfly/layout/archive.pug --- themes/butterfly/layout/archive.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/butterfly/layout/archive.pug b/themes/butterfly/layout/archive.pug index 50bda33..b67329e 100644 --- a/themes/butterfly/layout/archive.pug +++ b/themes/butterfly/layout/archive.pug @@ -3,7 +3,7 @@ extends includes/layout.pug block content include ./includes/mixins/article-sort.pug #archive - #posts-chart(data-start="2021-01" style="height: 300px; padding: 10px;") + #posts-chart(data-start="2025-01" style="height: 300px; padding: 10px;") .article-sort-title= `${_p('page.articles')} - ${getArchiveLength()}` +articleSort(page.posts) include includes/pagination.pug \ No newline at end of file