diff --git a/content/contact.md b/content/contact/_index.md similarity index 100% rename from content/contact.md rename to content/contact/_index.md diff --git a/themes/openpowerfoundation/layouts/contact/list.html b/themes/openpowerfoundation/layouts/contact/list.html new file mode 100644 index 0000000..e5d80d0 --- /dev/null +++ b/themes/openpowerfoundation/layouts/contact/list.html @@ -0,0 +1,13 @@ +{{ partial "header.html" . }} + +{{ partial "navbar.html" . }} + +
+ +{{ partial "contactform.html" . }} + + + +
+ +{{ partial "footer.html" . }}