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

[move footer to bottom]

parent 5c82dc8c
Branches
Tags
2 merge requests!9Develop,!8Repository
...@@ -7,14 +7,15 @@ ...@@ -7,14 +7,15 @@
<div class="content"> <div class="content">
{{ .Content }} {{ .Content }}
</div> </div>
<p> Hello testing </p>
{{ partial "footer.html" . }} <!--{{ partial "footer.html" . }}--> <!-- cuts off anything after it-->
<head> <head>
<link rel = "stylesheet" <link rel = "stylesheet" type = "text/css" href = "static/css/sidenavRepository.css">
type = "text/css"
href = "/static/css/sidenavRepository.css" /> <p>hello testing head </p>
</head>
</head> </head>
<body> <body>
...@@ -62,3 +63,6 @@ ...@@ -62,3 +63,6 @@
</body> </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