From 23c838da1c321848c45fe055e3ed3dc1192141c7 Mon Sep 17 00:00:00 2001 From: sudorook Date: Thu, 11 Mar 2021 22:35:36 -0600 Subject: add option for blank page (alternative to single.html) --- layouts/_default/simple.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 layouts/_default/simple.html diff --git a/layouts/_default/simple.html b/layouts/_default/simple.html new file mode 100644 index 0000000..85d61f5 --- /dev/null +++ b/layouts/_default/simple.html @@ -0,0 +1,26 @@ + + + + {{ partial "head.html" . }} + + + + {{ partial "navbar.html" . }} + +
+ + +
+

{{ .Title }}

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