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