aboutsummaryrefslogtreecommitdiff
path: root/layouts/docs/baseof.html
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-16 00:50:25 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-08-16 00:50:25 +0530
commit661454f5f73182da69401d1dff9c7c3c7693129b (patch)
tree50f2f8046e416e41fac61126d283d074bf71ea2e /layouts/docs/baseof.html
parentc5b579c719b5197510091472af951a675beb6211 (diff)
removed docs pageHEADmaster
Diffstat (limited to 'layouts/docs/baseof.html')
-rw-r--r--layouts/docs/baseof.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
deleted file mode 100644
index 2e4e23a..0000000
--- a/layouts/docs/baseof.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ .Site.LanguageCode }}">
- {{- partial "head.html" . -}}
- <body>
- {{- partial "nav.html" "docs" -}}
- <main>
- {{- block "main" . }}{{- end }}
- </main>
- {{- partial "footer.html" . -}}
- </body>
-</html>