diff --git a/layouts/partials/header.html b/layouts/partials/header.html index c4b657f8c..1cb1441bd 100644 --- a/layouts/partials/header.html +++ b/layouts/partials/header.html @@ -5,6 +5,6 @@ - {{ if .Title }} {{ .Title }}{{ end }} | InfluxData Documentation + {{ if .Params.seotitle }} {{ .Params.seotitle }} {{ else if .Title }} {{ .Title }} {{ end }} | InfluxData Documentation