From 819651146049621792b6bcecdc67d58a7dcbc0b8 Mon Sep 17 00:00:00 2001 From: alicevthompson <98397988+alicevthompson@users.noreply.github.com> Date: Mon, 14 Feb 2022 15:46:33 +0000 Subject: [PATCH] Update home.html Add Performance module to template. --- site/layouts/_default/home.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html index 834ac3b4..c0e891e2 100644 --- a/site/layouts/_default/home.html +++ b/site/layouts/_default/home.html @@ -52,7 +52,7 @@ Form Certificate - + Performance Provenance @@ -119,7 +119,7 @@ {{ $cluster := "Impact" }} {{ .Scratch.Set "cluster" $cluster }} - {{ $modules := slice "Evaluation" }} + {{ $modules := slice "Evaluation" "Performance" }} {{ range $modules }} {{ $module := . }} {{ $.Scratch.Set "module" $module }}