Update home.html

Add Performance module to template.
This commit is contained in:
alicevthompson 2022-02-14 15:46:33 +00:00 committed by GitHub
parent 4871314522
commit 8196511460
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@
<tr>
<td><a href="#module-Form">Form</a></td>
<td><a href="#module-Certificate">Certificate</a></td>
<td></td>
<td><a href="#module-Performance">Performance</a></td>
</tr>
<tr>
<td><a href="#module-Provenance">Provenance</a></td>
@ -119,7 +119,7 @@
{{ $cluster := "Impact" }}
{{ .Scratch.Set "cluster" $cluster }}
{{ $modules := slice "Evaluation" }}
{{ $modules := slice "Evaluation" "Performance" }}
{{ range $modules }}
{{ $module := . }}
{{ $.Scratch.Set "module" $module }}