From 71e742bbc5ccd3ffb455d514ab788718005d7a6b Mon Sep 17 00:00:00 2001 From: Ress Date: Fri, 17 Apr 2020 23:48:34 +0900 Subject: Put same code in "baseof.html". --- layouts/archives/list.html | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 layouts/archives/list.html (limited to 'layouts/archives') diff --git a/layouts/archives/list.html b/layouts/archives/list.html deleted file mode 100644 index 3fcd2f7..0000000 --- a/layouts/archives/list.html +++ /dev/null @@ -1,38 +0,0 @@ -{{ define "main" }} -
-
- -
-
- 文章总数:{{ len (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }} -
- - {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) 50 }} - {{ range $paginator.Pages }} -
-

- {{ .Title }} -

-
- {{ partial "post-meta.html" . }} -
-
- {{ end }} - {{ if gt $paginator.TotalPages 1 }} - - {{ end }} -
- - -
- -
-
-
-
-
-{{ end }} \ No newline at end of file -- cgit v1.2.3