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