From daa32052ab8f3323aba7576db8a33e6afecd3988 Mon Sep 17 00:00:00 2001
From: Nicole Finks <nicole.finks@utsouthwestern.edu>
Date: Tue, 16 Jul 2019 13:30:58 -0500
Subject: [PATCH] [move footer to bottom]

---
 layouts/custom/repository.html | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

diff --git a/layouts/custom/repository.html b/layouts/custom/repository.html
index fa2c6c5..8fd0241 100644
--- a/layouts/custom/repository.html
+++ b/layouts/custom/repository.html
@@ -7,14 +7,15 @@
 <div class="content">
     {{ .Content }}
 </div>
+<p> Hello testing </p>
 
-{{ partial "footer.html" . }}
+<!--{{ partial "footer.html" . }}--> <!-- cuts off anything after it-->
 
 <head>
- <link rel = "stylesheet"
-   type = "text/css"
-   href = "/static/css/sidenavRepository.css" />
- </head>
+  <link rel = "stylesheet" type = "text/css" href = "static/css/sidenavRepository.css">
+
+ <p>hello testing head </p>
+ 
 </head>
 
 <body>
@@ -62,3 +63,6 @@
 
 
 </body>
+
+{{ partial "footer.html" . }}
+
-- 
GitLab