From a2717c2d00c2176a5c6a9fb0a3fb3b47ffa397cd Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Mon, 27 Jan 2020 00:04:18 -0500 Subject: Getting uniform look across pages, hugo be weird --- layouts/index.html | 35 +++++++++++++++++++++++++---------- 1 file changed, 25 insertions(+), 10 deletions(-) (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html index 624f3a0..e0c9263 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,13 +1,28 @@ {{ partial "header.html" . }} -
- {{ .Content }} +
+
+
+
+
+ {{ if (gt .Params.date 0) }} {{ .Date.Format "January 2, 2006" }} {{ end }} {{ if (gt .Params.author 0) }} by {{ with .Params.author }} {{ . }} {{ end }} {{ end }} +
+
+
+

{{ .Title | markdownify }}

+
+
+
- -
+
+ {{ .Content }} + + +
+ {{ partial "footer.html" . }} -- cgit v1.2.3