diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-16 00:50:25 +0530 |
commit | 661454f5f73182da69401d1dff9c7c3c7693129b (patch) | |
tree | 50f2f8046e416e41fac61126d283d074bf71ea2e /layouts/docs/baseof.html | |
parent | c5b579c719b5197510091472af951a675beb6211 (diff) |
Diffstat (limited to 'layouts/docs/baseof.html')
-rw-r--r-- | layouts/docs/baseof.html | 11 |
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> |