From 1907957ef0c65eaa1ac7535991210d34ee16c411 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Wed, 6 Dec 2023 18:24:06 -0800 Subject: [PATCH] Add a special homepage template. --- layouts/home.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/home.html diff --git a/layouts/home.html b/layouts/home.html new file mode 100644 index 0000000..70a4af5 --- /dev/null +++ b/layouts/home.html @@ -0,0 +1,3 @@ +{{ define "main" }} +

Under construction - my personal site.

+{{ end }}