diff --git a/layouts/index.html b/layouts/index.html index a4d9fbbdf..2273750d2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,20 +1,14 @@ - - {{ partial "head.html" . }} - - -
- {{ partial "header.html" . }} -
-
- {{ block "main" . }}{{ end }} -
- {{ .Content }} -
-
- - - \ No newline at end of file + + {{ partial "head.html" . }} + + +
{{ partial "header.html" . }}
+
+ Daryn {{ block "main" . }}{{ end }} +
{{ .Content }}
+
+ + +