From 1d3d19f759634e8f0d70792e954939131c1edab3 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Wed, 15 Mar 2023 20:02:32 -0700 Subject: [PATCH] Remove text-decoration-none from metadata links --- layouts/partials/paige/metadata.html | 6 +++--- layouts/partials/paige/page.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/layouts/partials/paige/metadata.html b/layouts/partials/paige/metadata.html index 31d8b3fa..867a7182 100644 --- a/layouts/partials/paige/metadata.html +++ b/layouts/partials/paige/metadata.html @@ -62,7 +62,7 @@ {{- if gt $i 0 }}, {{ end -}} {{- with site.GetPage (print "series/" $name) -}} - {{ .Title | default $name }} + {{ .Title | default $name }} {{- else -}} {{- $name -}} {{- end -}} @@ -77,7 +77,7 @@ {{- with $author.id -}} {{- with site.GetPage (print "authors/" .) -}} - {{ .Title | default $author.name }} + {{ .Title | default $author.name }} {{- else -}} {{- $author.name -}} {{- end -}} @@ -91,7 +91,7 @@ {{ with $date }}

{{ with $commiturl }} - + {{ end }} diff --git a/layouts/partials/paige/page.html b/layouts/partials/paige/page.html index ba32ec92..4fd20acf 100644 --- a/layouts/partials/paige/page.html +++ b/layouts/partials/paige/page.html @@ -83,7 +83,7 @@ {{- if gt $i 0 }}, {{ end -}} {{- with site.GetPage (print "series/" $name) -}} - {{ .Title | default $name }} + {{ .Title | default $name }} {{- else -}} {{- $name -}} {{- end -}} @@ -98,7 +98,7 @@ {{- with $author.id -}} {{- with site.GetPage (print "authors/" .) -}} - {{ .Title | default $author.name }} + {{ .Title | default $author.name }} {{- else -}} {{- $author.name -}} {{- end -}} @@ -112,7 +112,7 @@ {{ with $date }}

{{ with $commiturl }} - + {{ end }}