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