aboutsummaryrefslogtreecommitdiff
path: root/layouts/index.html
diff options
context:
space:
mode:
authorAvelino <t@avelino.xxx>2018-08-30 14:55:44 -0300
committerAvelino <t@avelino.xxx>2018-08-30 14:55:44 -0300
commitafbc7a082923ea97ed6b12c84fb861e2bb1995a0 (patch)
tree7bfe445bcd294e504fb396d9e7f0a56aa8737f60 /layouts/index.html
parent9554d95dc3fbed09d762ea3f91bd7416e4810426 (diff)
fixed systems loop
ref: #22
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" }}