From c78947380207ee002825c5ee58e48757f13605b8 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <patrick@davids-neighbour.com>
Date: Sat, 29 Mar 2025 01:26:32 +0000
Subject: [PATCH] theme(fix): hyperlink text color on home different from other pages (on more layouts)
---
layouts/_default/list.html | 6 +++---
1 files changed, 3 insertions(+), 3 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" }}
<article class="pa3 pa4-ns nested-copy-line-height">
- <section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy {{ $.Param "text_color" | compare.Default "mid-gray" }}">
+ <section class="cf ph3 ph5-l pv3 pv4-l f4 tc-l center measure-wide lh-copy nested-links {{ $.Param "text_color" | compare.Default "mid-gray" }}">
{{- .Content -}}
</section>
- <section class="flex-ns flex-wrap justify-around mt5">
+ <section class="flex-ns mt5 flex-wrap justify-around">
{{ range .Paginator.Pages }}
- <div class="relative w-100 w-30-l mb4 bg-white">
+ <div class="w-100 w-30-l mb4 relative bg-white">
{{ .Render "summary" }}
</div>
{{ end }}
--
Gitblit v1.10.0