From cd830339f0dc4734236438aaeb03707c64d2c8de Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 29 Mar 2025 08:24:46 +0700 Subject: [PATCH] theme(fix): hyperlink text color on home different from other pages Signed-off-by: Patrick Kollitsch --- layouts/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index 732ec7f..e33f371 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,5 +1,5 @@ {{ define "main" }} -
+ @@ -16,7 +16,7 @@
{{/* Range through the first $n_posts items of the section */}} {{ range (collections.First $n_posts $section) }} -
+
{{ .Render "summary-with-image" }}
{{ end }}