site/layouts: add new FSC modules

Peter changed these...
This commit is contained in:
Alan Orth 2022-02-07 21:55:16 +03:00
parent cf7496e5a0
commit 46fa1cf901
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 4 additions and 4 deletions

View File

@ -42,12 +42,12 @@
<tr>
<td><a href="#module-Evaluation">Evaluation</a></td>
<td><a href="#module-Form">Form</a></td>
<td><a href="#module-Scope">Scope</a></td>
<td><a href="#module-Pesticides">Pesticides</a></td>
</tr>
<tr>
<td><a href="#module-Provenance">Provenance</a></td>
<td><a href="#module-Scope">Scope</a></td>
<td><a href="#module-Status">Status</a></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
@ -61,7 +61,7 @@
{{ $cluster := "Fsc" }}
{{ .Scratch.Set "cluster" $cluster }}
{{ $modules := slice "Assurance" "Certificate" "Coverage" "Evaluation" "Form" "Scope" "Status" }}
{{ $modules := slice "Assurance" "Certificate" "Coverage" "Evaluation" "Form" "Pesticides" "Provenance" "Scope" "Status" }}
{{ range $modules }}
{{ $module := . }}
{{ $.Scratch.Set "module" $module }}