From d0deda9b496f582374f71bf25dd97b8410387a21 Mon Sep 17 00:00:00 2001 From: frosty Date: Fri, 22 Aug 2025 08:54:40 -0400 Subject: initial commit --- themes/orca/layouts/_default/baseof.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 themes/orca/layouts/_default/baseof.html (limited to 'themes/orca/layouts/_default/baseof.html') diff --git a/themes/orca/layouts/_default/baseof.html b/themes/orca/layouts/_default/baseof.html new file mode 100644 index 0000000..034b6a1 --- /dev/null +++ b/themes/orca/layouts/_default/baseof.html @@ -0,0 +1,19 @@ + + + + + + {{ if not .IsHome }}{{ .Title | title }} - {{ end }}{{ .Site.Title }} + {{ $stylesheet := resources.Get "style.css" | minify | fingerprint }} + + + + + {{ partial "header.html" . }} +
+{{ block "main" . }} + {{ .Content }} +{{ end }} +
+ + -- cgit v1.2.3