Skip to content
Snippets Groups Projects
Commit daa32052 authored by Nicole Finks's avatar Nicole Finks
Browse files

[move footer to bottom]

parent 5c82dc8c
2 merge requests!9Develop,!8Repository
......@@ -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" . }}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment