From 898932457132d147913ec85d5bea59073b92f33d Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Sun, 18 Jul 2021 15:55:45 +0000
Subject: [PATCH] bump ga version

---
 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