From ea69050587407022a02011e18874c9bcdfe779bd Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Sun, 18 Jul 2021 15:54:00 +0000
Subject: [PATCH] add base pages
---
layouts/index.html | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/layouts/index.html b/layouts/index.html
index e69de29..a68d61f 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -0,0 +1,15 @@
+{{define "head"}}
+{{ partial "head.html" . }}
+{{end}}
+
+{{define "main"}}
+<!-- Main Page -->
+<div class="singlePage">
+ {{.Content}}
+
+ <!-- Contact Info -->
+ <div class="lt-centre">
+ {{partial "footer.html" .}}
+ </div>
+</div>
+{{end}}
\ No newline at end of file
--
Gitblit v1.10.0