From e4a8a804aa5353bcaa4403da291e02bd9fcd22db Mon Sep 17 00:00:00 2001 From: Friedrich Beckmann Date: Sat, 14 Jun 2025 13:48:40 +0200 Subject: initial version --- themes/fredo/layouts/baseof.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 themes/fredo/layouts/baseof.html (limited to 'themes/fredo/layouts/baseof.html') diff --git a/themes/fredo/layouts/baseof.html b/themes/fredo/layouts/baseof.html new file mode 100644 index 0000000..92c0ca3 --- /dev/null +++ b/themes/fredo/layouts/baseof.html @@ -0,0 +1,39 @@ + + + + + + + + + {{ if .Title }} + {{ site.Title }} | {{ .Title }} + {{ else }} + {{ site.Title }} + {{ end }} + {{ $favicon := resources.Get "favicon.png" }} + + + + + {{ $css := resources.Get "style.css" }} + + {{ $font := resources.Get "Iwona-Regular.otf" }} + + + + + + + + {{ partial "nav.html" . }} +
+
+ {{ block "main" . }}{{ end }} +
+
+ + + -- cgit v1.2.3