From e131686760d4325ed5316033d60d5ac81ada0d1c Mon Sep 17 00:00:00 2001 From: Mubashshir Date: Wed, 2 Aug 2023 14:19:46 +0600 Subject: Initial commit Signed-off-by: Mubashshir --- layouts/_default/baseof.html | 18 ++++++++++++++++++ 1 file changed, 18 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..15e87f0 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,18 @@ + + + + + + + {{ block "title" . }} {{ .Site.Title }} {{ end }} + + + + {{- block "main" . -}} + + {{- end -}} + {{- block "footer" . -}} + + {{- end -}} + + -- cgit v1.2.3