aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--layouts/_default/baseof.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
deleted file mode 100644
index b2fbbc1..0000000
--- a/layouts/_default/baseof.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<!doctype html>
-<html lang="en">
- {{ partial "head.html" . }}
- <body>
- <main>{{ block "main" . }}{{ end }}</main>
- </body>
-</html>