Revert "Update home.html"

This reverts commit 8196511460.
This commit is contained in:
alicevthompson 2022-02-14 16:06:27 +00:00
parent 2485635116
commit bf4f6d64d9
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><a href="#module-Performance">Performance</a></td>
<td></td>
</tr>
<tr>
<td><a href="#module-Provenance">Provenance</a></td>
@ -119,7 +119,7 @@
{{ $cluster := "Impact" }}
{{ .Scratch.Set "cluster" $cluster }}
{{ $modules := slice "Evaluation" "Performance" }}
{{ $modules := slice "Evaluation" }}
{{ range $modules }}
{{ $module := . }}
{{ $.Scratch.Set "module" $module }}