From 24897b4ec55af3f21ce690783b9ca62c51f2ee67 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 19 May 2025 08:48:52 -0400 Subject: initial commit --- themes/polaris/layouts/_default/baseof.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 themes/polaris/layouts/_default/baseof.html (limited to 'themes/polaris/layouts/_default/baseof.html') diff --git a/themes/polaris/layouts/_default/baseof.html b/themes/polaris/layouts/_default/baseof.html new file mode 100644 index 0000000..b6ccdac --- /dev/null +++ b/themes/polaris/layouts/_default/baseof.html @@ -0,0 +1,23 @@ + + + + + {{ .Site.Title }} + + {{ $style := resources.Get "css/style.css" | minify | fingerprint }} + + + + +
+ {{ block "main" . }} + {{ .Content }} + {{ end }} +
+ + + -- cgit v1.2.3-70-g09d2