From 4c40685be4a919f4483febc6fc9249fa59651fae Mon Sep 17 00:00:00 2001 From: yingyu5658 Date: Tue, 13 Jan 2026 22:33:08 +0800 Subject: style: show the summary of every post on recent-posts --- layouts/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index d975ecb..2c47df5 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1 +1,3 @@ -{{ define "main" }} {{ .Content }} {{ end }} +{{ define "main" }} +
{{- partial "header.html" . -}}
+{{ .Content }} {{ end }} -- cgit v1.2.3