diff --git a/html/index.html b/html/index.html index 73acb0a..81fc2cd 100644 --- a/html/index.html +++ b/html/index.html @@ -1,12 +1,14 @@ {{ template "head" . }} {{ template "nav" . }} -
-

- Lieu the search for the new—endless -

-
- - -
-
+
+
+

+ Lieu the search for the new—endless +

+
+ + +
+
+
{{ template "footer" . }} diff --git a/html/nav.html b/html/nav.html index 5df1a07..52db4d0 100644 --- a/html/nav.html +++ b/html/nav.html @@ -1,10 +1,13 @@ {{ define "nav" }} -

- {{ .SiteName }} -

- +
+

+ {{ .SiteName }} +

+ +
+
{{ end }} diff --git a/html/search.html b/html/search.html index a1605a2..f209471 100644 --- a/html/search.html +++ b/html/search.html @@ -1,14 +1,14 @@ {{ template "head" . }} {{ template "nav" . }} +
-
{{ range .Data.Pages }} -
- {{ .Title }} -

{{ .About }}

-
+
+ {{ .Title }} +

{{ .About }}

+
{{ end }} {{ template "footer" . }}