From cd0279d2787bbf265e12e309b8a61489c727bb2a Mon Sep 17 00:00:00 2001 From: Brandon Date: Sat, 26 Oct 2024 19:51:38 -0400 Subject: create repo --- _default/baseof.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100755 _default/baseof.html (limited to '_default/baseof.html') diff --git a/_default/baseof.html b/_default/baseof.html new file mode 100755 index 0000000..3a2c806 --- /dev/null +++ b/_default/baseof.html @@ -0,0 +1,44 @@ + + + + + + + + + + {{ $title := site.Title }} + {{ if not .IsHome }} + {{ $title = printf "%s | %s" .Title site.Title }} + {{ end }} + + {{ $title }} + + + + +
+ +
+ {{ partial "menu.html" . }} +
+
+
+ + +
+
+ {{ block "main" . }}{{ end }} +
+
+ + + +
+
+ + + + -- cgit v1.2.3