aboutsummaryrefslogtreecommitdiff
path: root/layouts/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/home.html')
-rw-r--r--layouts/home.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/layouts/home.html b/layouts/home.html
deleted file mode 100644
index 06ae844..0000000
--- a/layouts/home.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html lang="{{ .Site.Language.Lang }}">
-
-<head>
- {{ partial "docs/html-head" . }}
- {{ partial "docs/inject/head" . }}
-</head>
-{{ $content := `
-# Hugo Book Theme
-
-This is a placeholder for home page.
-You can override this page in:
-
- - &#96;/content/_index.md&#96;
- - &#96;/layouts/home.html&#96;
-` }}
-<body>
- <main class="flex justify-center">
- <div class="book-home markdown">
- {{ replace $content "&#96;" "`" | markdownify }}
- </div>
- </main>
-
- {{ partial "docs/inject/body" . }}
-</body>
-
-</html>