From c78947380207ee002825c5ee58e48757f13605b8 Mon Sep 17 00:00:00 2001 From: Patrick Kollitsch Date: Sat, 29 Mar 2025 08:26:32 +0700 Subject: [PATCH] theme(fix): hyperlink text color on home different from other pages (on more layouts) Signed-off-by: Patrick Kollitsch --- layouts/_default/list.html | 6 +++--- layouts/post/list.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/_default/list.html b/layouts/_default/list.html index cfd38da..ad5dea5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,11 +1,11 @@ {{ define "main" }}
-
+ -
+
{{ range .Paginator.Pages }} -
+
{{ .Render "summary" }}
{{ end }} diff --git a/layouts/post/list.html b/layouts/post/list.html index 0c99aea..0649bf7 100644 --- a/layouts/post/list.html +++ b/layouts/post/list.html @@ -3,12 +3,12 @@ This template is the same as the default and is here to demonstrate that if you have a content directory called "post" you can create a layouts directory, just for that section. */}}
-
+ -