diff --git a/themes/openpowerfoundation/layouts/groups/single.html b/themes/openpowerfoundation/layouts/groups/single.html index 4c981a5..3ec3cbb 100644 --- a/themes/openpowerfoundation/layouts/groups/single.html +++ b/themes/openpowerfoundation/layouts/groups/single.html @@ -40,13 +40,21 @@ {{ end }} {{ end }} {{ if .Param "participation" }} -
  • Participation : {{ .Param "participation" }}
  • +
  • + Participation : {{ .Param "participation" }} + {{ if eq (.Param "participation") "Public" }} + + {{ end }} +
  • {{ end }} {{ if .Param "git" }} -
  • Git : {{ .Param "git" }}
  • +
  • Git : {{ .Param "git" }}
  • {{ end }} {{ if .Param "discussion" }} -
  • Discussion : {{ .Param "discussion" }}
  • +
  • Discussion : {{ .Param "discussion" }}
  • + {{ end }} + {{ if .Param "chat" }} +
  • Chat : {{ .Param "chat" }}
  • {{ end }}