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