From bf13f70e49c7a7a865b5c3652971bae37892d5fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=88=E5=AD=A3=E8=8A=B1=E4=B8=AD=E7=9A=84=E6=98=9F?= =?UTF-8?q?=E8=BE=B0?= Date: Wed, 29 Dec 2021 17:32:32 +0000 Subject: [PATCH] Update index.html --- layouts/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 32dfea3..13b2851 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -8,7 +8,7 @@ {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{range first (default 4 .Site.Params.recentMax) (where $pages "Section" "ne" .Site.Params.microBlogSection)}}
- {{ .Title }} + {{ .Title }} {{$page := .}} {{with .Description}}

{{.}}

@@ -38,7 +38,7 @@
{{.Content}}
- +
{{ end }} {{ range where (where site.RegularPages "Type" "in" site.Params.microBlogSection) "Params.pinned" "ne" true}} @@ -49,10 +49,10 @@
{{.Content}}
-
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
+
{{.Date.Format "Jan 2 2006 03:04 UTC-07"}} link
{{ end }} {{end}} -{{end }} \ No newline at end of file +{{end }}