From 0da6ee8846f597ac897646a2f33521a1efe0655c Mon Sep 17 00:00:00 2001 From: Matt Kohls Date: Sat, 6 Jun 2020 18:16:00 -0400 Subject: Initial work on theme --- layouts/404.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 layouts/404.html (limited to 'layouts/404.html') diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..9173bf5 --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,12 @@ +{{ partial "header.html" . }} +
+ {{ partial "titleblock.html" . }} + +

+ The thing you are looking for can not be found. +

+

+ Home +

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