aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html
index d75a071..13e684d 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -60,7 +60,7 @@
<!-- Individual info -->
<div class="components">
{{ $systems := .Site.Params.systems }}
- {{ range $index, $systems }}
+ {{ range $systems }}
{{ $activeComponentIssues := where $active "Params.affected" "intersect" (slice .name) }}
{{ $thisIsNotice := where $activeComponentIssues "Params.severity" "=" "notice" }}