|
|
@@ -1,15 +1,15 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<head> |
|
|
|
<meta charset='utf-8'> |
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
<meta name="viewport" |
|
|
|
content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
|
|
|
<link rel="stylesheet" href="main.css"> |
|
|
|
<link rel="icon" type="image/svg+xml" href="/assets/image/icon/icon.svg"/> |
|
|
|
<link rel="shortcut icon" type="image/svg+xml" |
|
|
|
href="/assets/image/icon/icon.svg" /> |
|
|
|
<title>Skouter - {{.Title}}</title> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<!-- <header><a href='/home.html'>Onyeka</a></header> --> |
|
|
|
<!-- Change this to an if statement with a default header/nav element once it's done. Default content in declaration could be enough --> |
|
|
|
{{block "header" .}} |
|
|
|
<header class="default fade-in"> |
|
|
|
<nav> |
|
|
@@ -18,5 +18,6 @@ |
|
|
|
</nav> |
|
|
|
</header> |
|
|
|
{{end}} |
|
|
|
{{template "main" .}} |
|
|
|
|
|
|
|
{{template "main" .}} |
|
|
|
</body> |