From d791e9dac325b1343870d3984ba88d8d95b0dc3a Mon Sep 17 00:00:00 2001 From: Toshaan Bharvani Date: Thu, 9 Dec 2021 11:35:34 +0100 Subject: [PATCH] new contact form Signed-off-by: Toshaan Bharvani --- content/{contact.md => contact/_index.md} | 0 .../openpowerfoundation/layouts/contact/list.html | 13 +++++++++++++ 2 files changed, 13 insertions(+) rename content/{contact.md => contact/_index.md} (100%) create mode 100644 themes/openpowerfoundation/layouts/contact/list.html 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" . }}