From 2b4ca1a88e4df33269e0bd80b4b23ef40d276858 Mon Sep 17 00:00:00 2001 From: wires Date: Thu, 6 Mar 2025 23:30:44 -0500 Subject: first draft of theme --- layouts/_default/baseof.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 layouts/_default/baseof.html (limited to 'layouts/_default/baseof.html') diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html new file mode 100644 index 0000000..ecac3b1 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,29 @@ + + + + {{ partial "head.html" . }} + + +{{ range .AlternativeOutputFormats -}} +{{ printf `` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }} +{{ end -}} + + + + + +
+{{ block "main" . }}{{ end }} +
+{{ partial "footer.html" . }} + + -- cgit 1.4.1