From 43b4395e10e0c8e032077cf44ea570fd382faef5 Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Mon, 29 Dec 2025 21:20:34 +0800 Subject: chore: Delete some redundancy file --- layouts/partials/archives-list.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 layouts/partials/archives-list.html (limited to 'layouts/partials/archives-list.html') diff --git a/layouts/partials/archives-list.html b/layouts/partials/archives-list.html deleted file mode 100644 index b9767f7..0000000 --- a/layouts/partials/archives-list.html +++ /dev/null @@ -1,30 +0,0 @@ -{{ $allPages := where .Site.RegularPages "Type" "in" (slice "posts" "blog") }} -{{ $visiblePages := where $allPages "Params.hidden" "!=" true }} -{{ $pagesToShow := $visiblePages.ByDate.Reverse }} - -
-

归档

- -

共有 {{ len $pagesToShow }} 篇文章

- - -
-- cgit v1.2.3