diff --git a/layouts/_default/cli.html b/layouts/_default/cli.html
index 339d431719..a14df040e6 100644
--- a/layouts/_default/cli.html
+++ b/layouts/_default/cli.html
@@ -12,7 +12,7 @@
{{ .Scratch.Set "headings" slice }}
{{ .Scratch.Set "subheadings" slice }}
{{ partial "breadcrumbs.html" . }}
-
+
{{ .Title }}
{{ $data.short | .RenderString (dict "display" "block") }}
{{ if $data.deprecated }}
diff --git a/layouts/_default/glossary.html b/layouts/_default/glossary.html
index f234aeb014..040a6738a7 100644
--- a/layouts/_default/glossary.html
+++ b/layouts/_default/glossary.html
@@ -4,7 +4,7 @@
{{ define "main" }}
{{ partial "breadcrumbs.html" . }}
-
+
{{ .Title }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 9a121cf298..82ca3fcd1d 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -4,7 +4,7 @@
{{ define "main" }}
{{ partial "breadcrumbs.html" . }}
-
+
{{ with .Title }}
{{ . }}
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 9a121cf298..82ca3fcd1d 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,7 +4,7 @@
{{ define "main" }}
{{ partial "breadcrumbs.html" . }}
-
+
{{ with .Title }}
{{ . }}
{{ end }}
diff --git a/layouts/samples/single.html b/layouts/samples/single.html
index 437e7c7c59..09ba27f49c 100644
--- a/layouts/samples/single.html
+++ b/layouts/samples/single.html
@@ -4,7 +4,7 @@
{{ define "main" }}
{{ partial "breadcrumbs.html" . }}
-
+
{{ .Title }}
Note