diff --git a/themes/openpowerfoundation/layouts/community/list.html b/themes/openpowerfoundation/layouts/community/list.html deleted file mode 100644 index e029dfe..0000000 --- a/themes/openpowerfoundation/layouts/community/list.html +++ /dev/null @@ -1,48 +0,0 @@ -{{ partial "header.html" . }} - -{{ partial "navbar.html" . }} - -
- -
-
-
-

{{ .Title }}

- -

-
- {{ if .Content }} -
-
 
-
- {{ .Content }} -
-
 
-
- {{ end }} -
- {{ range .Site.Menus.navbar }} - {{ if .HasChildren }} - {{ range .Children }} - {{ if eq .Parent "community" }} -
-
- {{ if .Pre }} -
- {{ end }} -

{{ .Name }}

-

{{ .URL }}{{ if .Post }}{{ end }}

-
-
- {{ end }} - {{ end }} - {{ end }} - {{ end }} -
-
-
- -
- -{{ partial "footer.html" . }} -