diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d70110d..b6651f2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -2,7 +2,7 @@
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }} {{ partial "toc.html" . }} -
+

{{ .Title }}

diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 49e4f5e..a69f77d 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -1,7 +1,7 @@ {{ define "main" }}
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }} -
+

{{ .Title }}

{{ .Content }}
diff --git a/layouts/docs/list.html b/layouts/docs/list.html index abda27b..f07c7eb 100644 --- a/layouts/docs/list.html +++ b/layouts/docs/list.html @@ -2,7 +2,7 @@
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }} -
+
{{ partial "breadcrumb.html" . }}
diff --git a/layouts/docs/single.html b/layouts/docs/single.html index 0f37ae9..f13b2c6 100644 --- a/layouts/docs/single.html +++ b/layouts/docs/single.html @@ -2,7 +2,7 @@
{{ partial "sidebar.html" (dict "context" .) }} {{ partial "toc.html" . }} -
+
{{ partial "breadcrumb.html" . }}
diff --git a/layouts/index.html b/layouts/index.html index d70110d..b6651f2 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,7 @@
{{ partial "sidebar.html" (dict "context" . "disableSidebar" true) }} {{ partial "toc.html" . }} -
+

{{ .Title }}

diff --git a/layouts/partials/toc.html b/layouts/partials/toc.html index 4886a0b..5d135e9 100644 --- a/layouts/partials/toc.html +++ b/layouts/partials/toc.html @@ -5,7 +5,7 @@