From 9870ca3013c0b2f4c965dcef76f92e790dfa21e5 Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 23 Dec 2021 09:27:00 +0100 Subject: [PATCH] better layout and external link icon Signed-off-by: Toshaan Bharvani --- .../layouts/members/single.html | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/themes/openpowerfoundation/layouts/members/single.html b/themes/openpowerfoundation/layouts/members/single.html index d4b3216..dce0dc7 100644 --- a/themes/openpowerfoundation/layouts/members/single.html +++ b/themes/openpowerfoundation/layouts/members/single.html @@ -1,13 +1,11 @@ {{ partial "header.html" . }} - {{ partial "navbar.html" . }} -
-
+
 
{{ if .Param "image" }} {{ $imagename := .Param "image" }} @@ -39,7 +37,7 @@
Joined foundation in : {{ .Param "joined" }}
{{ end }} {{ if .Param "link" }} - + {{ end }} Workgroup participation :
    @@ -57,22 +55,16 @@ {{ end }}
-
 
-
{{ if .Content }}
 
-
- {{ .Content }} -
+
{{ .Content }}
 
{{ end }}
-
- {{ partial "footer.html" . }}