From 516f632b84bc418486538a2183564fe94b89097e Mon Sep 17 00:00:00 2001
From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>
Date: Tue, 1 Jul 2025 17:01:45 +0900
Subject: init
---
layouts/_default/baseof.html | 50 ++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
create mode 100644 layouts/_default/baseof.html
(limited to 'layouts/_default')
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
new file mode 100644
index 0000000..6a1b6ff
--- /dev/null
+++ b/layouts/_default/baseof.html
@@ -0,0 +1,50 @@
+
+
+
+ {{ if not .IsHome }}{{ .Title | title }} | {{ end }}{{ .Site.Title }}
+
+
+
+ {{ with .Site.Params.favicon }}
+ {{ end -}}
+
+ {{ if isset .Params "tags" }}
+ {{ end -}}
+
+
+
+
+
+{{ if .Site.Menus.main }}{{ partial "nav.html" . }}{{ end -}}
+
+{{ with .Params.icon }}
{{ end }}{{ .Title }}
+{{ with .Params.img }}
{{ end }}
+{{ block "main" . -}}
+{{ .Content }}
+{{- end -}}
+
+{{- if in .Params.tags "basic" -}}
+{{ with .NextInSection }}
+Next: {{ .Title }}
+{{- end }}
+{{- with .PrevInSection }}
+Or Previous: {{ .Title }}
+{{- end -}}
+{{- end }}
+{{ if in .Params.tags "mail" -}}
+{{ with .NextInSection -}}
+Next: {{ .Title }}
+{{- end -}}
+{{- with .PrevInSection }}
+Or Previous: {{ .Title }}
+{{- end -}}
+{{- end }}
+
+{{ block "footer" . -}}
+
+{{- end }}
+
+
--
cgit v1.2.3