From b2c03397ec8390ef7c0664560caa92579c09f4a7 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 1 Apr 2021 21:18:14 +0200 Subject: [PATCH] add some more front-end matter Signed-off-by: Toshaan Bharvani --- .../layouts/groups/single.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/themes/openpowerfoundation/layouts/groups/single.html b/themes/openpowerfoundation/layouts/groups/single.html index b113a8f..4c981a5 100644 --- a/themes/openpowerfoundation/layouts/groups/single.html +++ b/themes/openpowerfoundation/layouts/groups/single.html @@ -15,16 +15,19 @@
 
+ Workgroup Details : +
    {{ if .Param "chair" }} {{ $chairfile := printf "%s/%s" "persons" (.Param "chair") }} {{ with $.Site.GetPage $chairfile }} - Work Group Chair : {{ .Title }} +
  • Chair : {{ .Title }} {{ if .Param "member" }} {{ $memberfile := printf "%s/%s" "members" (.Param "member") }} {{ with $.Site.GetPage $memberfile }} ({{ .Title }}) {{ end }} {{ end }} +
  • {{ end }} {{ end }} {{ if .Param "wgtype" }} @@ -32,11 +35,20 @@ {{ $wgtype := .Param "wgtype" }} {{ range $data.workgroups }} {{ if eq $wgtype .id }} -
    - Work Group Type : {{ .name }} +
  • Type : {{ .name }}
  • {{ end }} {{ end }} {{ end }} + {{ if .Param "participation" }} +
  • Participation : {{ .Param "participation" }}
  • + {{ end }} + {{ if .Param "git" }} +
  • Git : {{ .Param "git" }}
  • + {{ end }} + {{ if .Param "discussion" }} +
  • Discussion : {{ .Param "discussion" }}
  • + {{ end }} +
{{ if .Param "members" }}