summaryrefslogtreecommitdiffstats
path: root/themes/tozt/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/tozt/layouts/_default/baseof.html')
-rw-r--r--themes/tozt/layouts/_default/baseof.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/themes/tozt/layouts/_default/baseof.html b/themes/tozt/layouts/_default/baseof.html
deleted file mode 100644
index 5f8e2ec..0000000
--- a/themes/tozt/layouts/_default/baseof.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<!DOCTYPE html>
-<html>
- {{- partial "head.html" . -}}
- <body>
- {{- partial "header.html" . -}}
- <div id="content">
- {{- block "main" . }}{{- end }}
- </div>
- {{- partial "footer.html" . -}}
- </body>
-</html>