Move baseof to _default folder, making it default view of site
This commit is contained in:
parent
3f463aeb0c
commit
e01674c287
3 changed files with 0 additions and 31 deletions
|
@ -22,7 +22,6 @@
|
|||
- Light and Mobile-Friendly
|
||||
- Multi-language support
|
||||
- Customisable
|
||||
- Designed to not interfere with other layouts
|
||||
- Zero initial configuration
|
||||
- Handy shortcodes
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue