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" }}