From 81c70838c35e8ea9ff11422a22224c0dd323cfd7 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Fri, 2 Apr 2021 03:42:57 +0200 Subject: [PATCH] add some icons and chat link Signed-off-by: Toshaan Bharvani --- .../openpowerfoundation/layouts/groups/single.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) 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 }}