From 65d93c6d25f618e2dec48a293f786c8de02f5bcc Mon Sep 17 00:00:00 2001 From: Drew Date: Wed, 2 Apr 2025 15:53:04 -0600 Subject: [PATCH] standardizing heading fonts --- layouts/_default/taxonomy.html | 2 +- layouts/facilitator/term.html | 2 +- layouts/index.html | 24 ++---------------------- layouts/narrator/term.html | 2 +- layouts/partials/facilitator-list.html | 2 +- layouts/partials/related-articles.html | 2 +- layouts/partials/tags.html | 2 +- 7 files changed, 8 insertions(+), 28 deletions(-) diff --git a/layouts/_default/taxonomy.html b/layouts/_default/taxonomy.html index 0db694f..849d557 100644 --- a/layouts/_default/taxonomy.html +++ b/layouts/_default/taxonomy.html @@ -9,7 +9,7 @@
-

Other Topics

+

Other Topics

{{ $tags := .Site.Taxonomies.tags }} {{ range $tag, $pages := $tags }} diff --git a/layouts/facilitator/term.html b/layouts/facilitator/term.html index df47c76..52a240d 100644 --- a/layouts/facilitator/term.html +++ b/layouts/facilitator/term.html @@ -11,7 +11,7 @@ {{ if gt .Site.Taxonomies.facilitator 1 }}
-

Other Facilitators

+

Other Facilitators

{{ range $facilitator, $pages := .Site.Taxonomies.facilitator }} {{ if ne $facilitator $.Title }} diff --git a/layouts/index.html b/layouts/index.html index ff0ff93..e20416b 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -7,32 +7,12 @@