From d26ecb989f5e5b9e06b34c106a3d391fd2910524 Mon Sep 17 00:00:00 2001 From: Vidhu Kant Sharma Date: Tue, 20 Sep 2022 22:35:52 +0530 Subject: First commit --- layouts/_default/baseof.html | 13 +++++++++++++ 1 file changed, 13 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..2c312be --- /dev/null +++ b/layouts/_default/baseof.html @@ -0,0 +1,13 @@ + + + {{- partial "head.html" . -}} + + {{ if ne .Kind "home" }} + {{- partial "nav.html" .Params.navpage -}} + {{ end }} +
+ {{- block "main" . }}{{- end }} +
+ {{- partial "footer.html" . -}} + + -- cgit v1.2.3