aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md1
-rw-r--r--layouts/_default/baseof.html (renamed from layouts/docs/baseof.html)0
-rw-r--r--layouts/posts/baseof.html30
3 files changed, 0 insertions, 31 deletions
diff --git a/README.md b/README.md
index 676fb7e..2fb91ea 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,6 @@
- Light and Mobile-Friendly
- Multi-language support
- Customisable
-- Designed to not interfere with other layouts
- Zero initial configuration
- Handy shortcodes
diff --git a/layouts/docs/baseof.html b/layouts/_default/baseof.html
index 38630a7..38630a7 100644
--- a/layouts/docs/baseof.html
+++ b/layouts/_default/baseof.html
diff --git a/layouts/posts/baseof.html b/layouts/posts/baseof.html
deleted file mode 100644
index 9777d48..0000000
--- a/layouts/posts/baseof.html
+++ /dev/null
@@ -1,30 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ .Site.Language.Lang }}">
-
-<head>
- {{ partial "docs/html-head" . }}
- {{ partial "docs/inject/head" . }}
-</head>
-
-<body>
- <input type="checkbox" class="hidden" id="menu-control" />
- <main class="flex container">
-
- <aside class="book-menu fixed">
- {{ partial "docs/menu" . }}
- </aside>
-
- <div class="book-posts">
- {{ partial "docs/mobile-header" . }}
- {{ template "main" . }}
- {{ partial "docs/footer" . }}
- {{ partial "docs/inject/footer" . }}
- </div>
-
- {{ template "toc" . }}
- </main>
-
- {{ partial "docs/inject/body" . }}
-</body>
-
-</html>