From d64bc9eb93d842739671c0de8b6266e787531085 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Thu, 9 May 2019 20:00:36 +0300 Subject: Categories FULLY WORKING --- layouts/partials/index/components.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'layouts/partials/index') diff --git a/layouts/partials/index/components.html b/layouts/partials/index/components.html index 47da96c..803c44f 100644 --- a/layouts/partials/index/components.html +++ b/layouts/partials/index/components.html @@ -11,14 +11,17 @@ {{ $categories := .Site.Params.categories }} {{ range $categories }} -
+
{{ if not .untitled }} -
- - {{ if .closed }}⯈{{ else }}⯆{{ end }} +
+ + + - {{ .name }} + + {{ .name }} + {{ with .description }} @@ -37,7 +40,7 @@ {{ $categorySystems := where $systems "category" "=" .name }} -
+
{{ range $categorySystems }} {{ $activeComponentIssues := where $active "Params.affected" "intersect" (slice .name) }} -- cgit v1.2.3-70-g09d2