-
+
+
+
+
+
{{- .Content -}}
- {{ $showToC := default (default true .Site.Params.BookShowToC) .Params.bookshowtoc }}
- {{ if and ($showToC) (.Page.TableOfContents) }}
-
- {{ partial "docs/toc" . }}
-
- {{ end }}
+ {{ $showToC := default (default true .Site.Params.BookShowToC) .Params.bookshowtoc }}
+ {{ if and ($showToC) (.Page.TableOfContents) }}
+
+ {{ partial "docs/toc" . }}
+
+ {{ end }}
+
{{ partial "docs/inject/body" . }}
diff --git a/layouts/partials/docs/header.html b/layouts/partials/docs/header.html
deleted file mode 100644
index aab1fcb..0000000
--- a/layouts/partials/docs/header.html
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
\ No newline at end of file
diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html
index fe09dd0..1da298c 100644
--- a/layouts/partials/docs/html-head.html
+++ b/layouts/partials/docs/html-head.html
@@ -3,10 +3,7 @@
{{- template "title" . }} | {{ .Site.Title -}}
-
-
-
-
+
{{ $styles := resources.Get "styles.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
\ No newline at end of file
diff --git a/layouts/partials/docs/nav-bundle.html b/layouts/partials/docs/menu-bundle.html
similarity index 100%
rename from layouts/partials/docs/nav-bundle.html
rename to layouts/partials/docs/menu-bundle.html
diff --git a/layouts/partials/docs/nav-filetree.html b/layouts/partials/docs/menu-filetree.html
similarity index 94%
rename from layouts/partials/docs/nav-filetree.html
rename to layouts/partials/docs/menu-filetree.html
index 3ec4539..490c350 100644
--- a/layouts/partials/docs/nav-filetree.html
+++ b/layouts/partials/docs/menu-filetree.html
@@ -8,7 +8,7 @@
{{ define "book-section" }}
{{ range .Section.Sections }}
- -
+
-
{{- if .Content -}}
{{ template "book-page-link" (dict "Page" . "CurrentPage" $.CurrentPage) }}
{{- else -}}
diff --git a/layouts/partials/docs/nav-brand.html b/layouts/partials/docs/nav-brand.html
deleted file mode 100644
index 5a2c9cb..0000000
--- a/layouts/partials/docs/nav-brand.html
+++ /dev/null
@@ -1,3 +0,0 @@
-
\ No newline at end of file