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 }}