diff options
Diffstat (limited to 'layouts/home.html')
-rw-r--r-- | layouts/home.html | 27 |
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: - - - `/content/_index.md` - - `/layouts/home.html` -` }} -<body> - <main class="flex justify-center"> - <div class="book-home markdown"> - {{ replace $content "`" "`" | markdownify }} - </div> - </main> - - {{ partial "docs/inject/body" . }} -</body> - -</html> |