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/index.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 layouts/index.html (limited to 'layouts/index.html') diff --git a/layouts/index.html b/layouts/index.html new file mode 100644 index 0000000..624f3a0 --- /dev/null +++ b/layouts/index.html @@ -0,0 +1,13 @@ +{{ partial "header.html" . }} +
+ {{ .Content }} + + +
+{{ partial "footer.html" . }} -- cgit v1.2.3