Skip to content
Snippets Groups Projects

Repository

Merged Gervaise Henry requested to merge repository into develop
Viewing commit daa32052
Show latest version
1 file
+ 9
5
Preferences
File browser
Compare changes
@@ -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" . }}