diff options
author | Avelino <t@avelino.xxx> | 2018-08-30 14:55:44 -0300 |
---|---|---|
committer | Avelino <t@avelino.xxx> | 2018-08-30 14:55:44 -0300 |
commit | afbc7a082923ea97ed6b12c84fb861e2bb1995a0 (patch) | |
tree | 7bfe445bcd294e504fb396d9e7f0a56aa8737f60 /layouts | |
parent | 9554d95dc3fbed09d762ea3f91bd7416e4810426 (diff) |
fixed systems loop
ref: #22
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/index.html | 2 |
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" }} |