Skip to content
Snippets Groups Projects

Develop

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