summaryrefslogtreecommitdiff
path: root/layouts/baseof.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/baseof.html')
-rw-r--r--layouts/baseof.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/layouts/baseof.html b/layouts/baseof.html
deleted file mode 100644
index 11f8e65..0000000
--- a/layouts/baseof.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ site.Language.LanguageCode }}">
-<head>
- {{ partial "head.html" . }}
-</head>
-<body>
- <header>
- {{ partial "header.html" . }}
- </header>
-
- <main>
- {{ block "main" . }}
- {{ end }}
- </main>
-
- <footer>
- {{ partial "footer.html" . }}
- </footer>
-</body>
-</html>