From 6c53b50ec3afaabbe3f09c6e838baf63e17499b1 Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Wed, 18 Dec 2019 01:04:15 -0500 Subject: Mostly working initial stuff TODO: CSS needs to be defined Index page lists about page when it shouldn't --- layouts/_default/single.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 layouts/_default/single.html (limited to 'layouts/_default/single.html') diff --git a/layouts/_default/single.html b/layouts/_default/single.html new file mode 100644 index 0000000..cb76f1a --- /dev/null +++ b/layouts/_default/single.html @@ -0,0 +1,19 @@ +{{ partial "header.html" . }} +
+
+
+
+
+ {{ 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