From a145ee2e65724a20a56321fb61a7b0b33937d6a5 Mon Sep 17 00:00:00 2001 From: Drew Date: Fri, 21 Mar 2025 16:35:23 -0600 Subject: [PATCH] adjusts tag cloud size --- layouts/index.html | 28 ++++------------------------ 1 file changed, 4 insertions(+), 24 deletions(-) diff --git a/layouts/index.html b/layouts/index.html index e9d6db0..e1b87db 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -32,32 +32,12 @@
-

Facilitators

-
- {{ $facilitators := slice }} - {{ range .Site.RegularPages }} - {{ with .Params.facilitator }} - {{ $facilitators = $facilitators | append . }} - {{ end }} - {{ end }} - {{ $facilitators = $facilitators | uniq | sort }} - {{ range $facilitator := $facilitators }} - - {{ $facilitator }} - - {{ end }} -
-
- -
-

Tags

-
+

Topics

+
{{ $tags := .Site.Taxonomies.tags }} {{ range $tag, $pages := $tags }} - + {{ $tag }} {{ end }}