From 1f8a56a62646c22b4df0cccbc172ffa90959a53d Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Tue, 8 Feb 2022 21:26:04 +0300 Subject: [PATCH] site/layouts: update for Assurance module Have to update the navigation and module headings. --- site/layouts/_default/home.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/site/layouts/_default/home.html b/site/layouts/_default/home.html index 90990c7e..834ac3b4 100644 --- a/site/layouts/_default/home.html +++ b/site/layouts/_default/home.html @@ -46,22 +46,22 @@ Coverage - Certificate + Assurance Evaluation Form - Certificate Holder, Owner or Certified organization + Certificate Provenance - Certified Resource or Site + Certificate Holder, Owner or Certified organization Scope - Certifying Body + Certified Resource or Site @@ -108,7 +108,7 @@ {{ $cluster := "Certification" }} {{ .Scratch.Set "cluster" $cluster }} - {{ $modules := slice "Certificate" "Certificate Holder, Owner or Certified organization" "Certified Resource or Site" "Certifying Body" }} + {{ $modules := slice "Assurance" "Certificate" "Certificate Holder, Owner or Certified organization" "Certified Resource or Site" }} {{ range $modules }} {{ $module := . }} {{ $.Scratch.Set "module" $module }}