-
+ {{ with .Params.Title }}
+
{{ . }}
+ {{end}}
{{ .Content }}
{{ range (.Paginator 5).Pages }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 314a6bf2288..d65d109b06c 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -4,9 +4,7 @@
{{ define "hero" }}
- {{ with .Params.Title }}
- {{ . }}
- {{end}}
+ Rancher 2.0 Docs
{{ with .Params.Author }}
{{ . }}
@@ -35,7 +33,9 @@
-
+ {{ with .Params.Title }}
+
{{ . }}
+ {{end}}
{{ .Content }}