From e37656d0d3634e3136bf5bce65d727b243248927 Mon Sep 17 00:00:00 2001 From: Rupleen Kaur <82827543+RupleenK@users.noreply.github.com> Date: Mon, 3 Jun 2024 16:39:55 -0400 Subject: [PATCH] Add files via upload --- _layouts/homepagelayout.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 _layouts/homepagelayout.html diff --git a/_layouts/homepagelayout.html b/_layouts/homepagelayout.html new file mode 100644 index 0000000..73cb4b8 --- /dev/null +++ b/_layouts/homepagelayout.html @@ -0,0 +1,3 @@ +{% include head.html %} {% include header_home.html %} +{% include content.html content=content %} +{% include footer.html %} \ No newline at end of file