diff --git a/layouts/_default/cli.html b/layouts/_default/cli.html index 1a65e11367..ef27d29ad6 100644 --- a/layouts/_default/cli.html +++ b/layouts/_default/cli.html @@ -14,7 +14,7 @@ {{ partial "breadcrumbs.html" . }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ $data.short | .RenderString (dict "display" "block") }} {{ if $data.deprecated }} diff --git a/layouts/_default/glossary.html b/layouts/_default/glossary.html index 1148981a04..8d53593c3e 100644 --- a/layouts/_default/glossary.html +++ b/layouts/_default/glossary.html @@ -6,7 +6,7 @@ {{ partial "breadcrumbs.html" . }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 8540bebfc9..857d46c2f5 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -6,7 +6,7 @@ {{ partial "breadcrumbs.html" . }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ .Content }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 8540bebfc9..857d46c2f5 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -6,7 +6,7 @@ {{ partial "breadcrumbs.html" . }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }} {{ .Content }}
diff --git a/layouts/samples/single.html b/layouts/samples/single.html index aeb94d22e9..2de2f973f2 100644 --- a/layouts/samples/single.html +++ b/layouts/samples/single.html @@ -6,7 +6,7 @@ {{ partial "breadcrumbs.html" . }}
{{ with .Title }} -

{{ . }}

+

{{ . }}

{{ end }}

Note