From 82bbba3600f7afdd2c2fe2d98599d5112307e2a9 Mon Sep 17 00:00:00 2001 From: desmukh Date: Mon, 16 Jan 2023 22:26:48 +0500 Subject: [PATCH] create footer --- parts/footer.html | 33 +++++++++++++++++++++++++++++++++ theme.json | 15 ++++++++++----- 2 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 parts/footer.html diff --git a/parts/footer.html b/parts/footer.html new file mode 100644 index 0000000..5d46843 --- /dev/null +++ b/parts/footer.html @@ -0,0 +1,33 @@ + +
+
+
+
+ + +
+

Autonomic Co-operative Limited

+ + + +

1539 Pershore Road
Birmingham
B30 2JH
United Kingdom

+
+
+
+ + + +
+

We are a Co-operative Society registered with the FCA.

+ + + +

Registration Number: 4597

+ + + +

Member of the CoTech Network

+
+
+
+ \ No newline at end of file diff --git a/theme.json b/theme.json index 28bee0e..6892d83 100644 --- a/theme.json +++ b/theme.json @@ -73,9 +73,14 @@ } }, "templateParts": [ - { - "name": "nav-menu", - "title": "Navigation" - } - ] + { + "name": "nav-menu", + "title": "Navigation" + }, + { + "name": "footer", + "title": "Footer", + "area": "footer" + } + ] }