From 69d827fb48a813194c64348d389ab7f0f4a4e6d4 Mon Sep 17 00:00:00 2001 From: "Dr. Ian Simpson" Date: Wed, 8 May 2024 10:30:08 +0100 Subject: [PATCH] change page template --- _layouts/page.html | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/_layouts/page.html b/_layouts/page.html index 0d59d46..3162998 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -1,10 +1,20 @@ - - - - - {{ page.title }} - + + + + {%- include head.html -%} + - {{ content }} + + {%- include header.html -%} + +
+
+ {{ content }} +
+
+ + {%- include footer.html -%} + + \ No newline at end of file