From 77d4a98a666ef6c2c18c10f2f2d62210f9eeb752 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Sun, 27 Aug 2023 01:36:12 +0530 Subject: first commit --- layouts/_default/baseof.html | 16 ++++++++++++++++ 1 file changed, 16 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..9bc0b22 --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,16 @@ + + + {{- partial "head.html" . -}} + + {{ if ne .Kind "home" }} + + {{- partial "header.html" . -}} + {{ end }} + +
+ {{- block "main" . }}{{- end }} +
+ + {{- partial "footer.html" . -}} + + -- cgit v1.2.3