diff --git a/documentation/themes/beastie/layouts/articles/baseof.html b/documentation/themes/beastie/layouts/articles/baseof.html index e4e596e122..0f8c17d313 100644 --- a/documentation/themes/beastie/layouts/articles/baseof.html +++ b/documentation/themes/beastie/layouts/articles/baseof.html @@ -1,22 +1,42 @@ - {{ block "title" . }}{{ with .Params.Title }} {{ . }}{{ end }}{{ end }} + {{ block "title" . }}{{ .Site.Title }}{{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} + + + + + + + + + + + + + + + + + + + +
{{ block "main" . }}{{ end }}
diff --git a/documentation/themes/beastie/layouts/books/baseof.html b/documentation/themes/beastie/layouts/books/baseof.html index e4e596e122..0f8c17d313 100644 --- a/documentation/themes/beastie/layouts/books/baseof.html +++ b/documentation/themes/beastie/layouts/books/baseof.html @@ -1,22 +1,42 @@ - {{ block "title" . }}{{ with .Params.Title }} {{ . }}{{ end }}{{ end }} + {{ block "title" . }}{{ .Site.Title }}{{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} + + + + + + + + + + + + + + + + + + + +
{{ block "main" . }}{{ end }}
diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index 0cc0013fdf..20c05cce39 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -1,26 +1,34 @@ {{ block "title" . }}{{ .Site.Title }}{{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} - - - - + + + + + + + + + + + +