From 0888f273e817c9d860d8d92dde176509637ed0b5 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 20:48:53 +0800 Subject: Initial commit --- layouts/_default/baseof.html | 18 ++++++++++++++++++ 1 file changed, 18 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..359e544 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,18 @@ + + + + + + {{ block "title" . }}{{ .Site.Title }}{{ end }} + {{ $style := resources.Get "style.css" | resources.Minify | resources.Fingerprint }} + + + + {{ block "main" . }} + {{ end }} + {{ block "footer" . }} + {{ end }} + + + + -- cgit v1.2.3