+ {{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
+ {{ partial "toc.html" . }}
+
-
-
diff --git a/layouts/blog/single.html b/layouts/blog/single.html
index 51acd5e..ff2dbcc 100644
--- a/layouts/blog/single.html
+++ b/layouts/blog/single.html
@@ -2,7 +2,7 @@
{{ .Title }}
+{{ .Title }}
+
{{ .Content }}
-
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
{{ partial "toc.html" . }}
-
+
{{ partial "breadcrumb.html" . }}
{{ .Title }}
diff --git a/layouts/index.html b/layouts/index.html index f84a676..d70110d 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -1,11 +1,11 @@ {{ define "main" }} -
+
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }}
{{ partial "toc.html" . }}
+
diff --git a/layouts/partials/head-css.html b/layouts/partials/head-css.html
index 2330066..e9c19a5 100644
--- a/layouts/partials/head-css.html
+++ b/layouts/partials/head-css.html
@@ -7,7 +7,8 @@
{{ $styles = $styles | minify | fingerprint | resources.PostProcess }}
-
- {{ $custom := resources.Get "css/custom.css" }}
- {{ $custom = $custom | minify | fingerprint }}
{{ end }}
+
+{{ $custom := resources.Get "css/custom.css" }}
+{{ $custom = $custom | minify | fingerprint }}
+
{{ .Title }}
-