diff --git a/documentation/themes/beastie/layouts/_default/baseof.html b/documentation/themes/beastie/layouts/_default/baseof.html index 46d88a99a9..2e4abf1ff6 100644 --- a/documentation/themes/beastie/layouts/_default/baseof.html +++ b/documentation/themes/beastie/layouts/_default/baseof.html @@ -1,13 +1,13 @@ - + {{ partial "site-head.html" . }}
{{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}
{{ block "main" . }}{{ end }}
{{ block "footer" . }}{{ partial "site-footer.html" .}}{{ end }}
diff --git a/documentation/themes/beastie/layouts/articles/baseof.html b/documentation/themes/beastie/layouts/articles/baseof.html index f0dc57dcc3..b8be735562 100644 --- a/documentation/themes/beastie/layouts/articles/baseof.html +++ b/documentation/themes/beastie/layouts/articles/baseof.html @@ -1,23 +1,22 @@ - + - - + {{ block "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 f0dc57dcc3..b8be735562 100644 --- a/documentation/themes/beastie/layouts/books/baseof.html +++ b/documentation/themes/beastie/layouts/books/baseof.html @@ -1,23 +1,22 @@ - + - - + {{ block "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 5242f76004..5a9485afee 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -1,14 +1,26 @@ + {{ block "title" . }}{{ .Site.Title }}{{ with .Params.Title }} | {{ . }}{{ end }}{{ end }} + + + + + + + + + + +