diff --git a/themes/terminal/layouts/_default/baseof.html b/themes/terminal/layouts/_default/baseof.html index ae3b9cc..8ddf750 100755 --- a/themes/terminal/layouts/_default/baseof.html +++ b/themes/terminal/layouts/_default/baseof.html @@ -1,6 +1,7 @@ + {{ block "title" . }} {{ if .IsHome }}{{ $.Site.Title }}{{ else }}{{ .Title }} :: {{ $.Site.Title }}{{ end }} {{ end }} diff --git a/themes/terminal/layouts/partials/head.html b/themes/terminal/layouts/partials/head.html index aa3b36c..b55e187 100755 --- a/themes/terminal/layouts/partials/head.html +++ b/themes/terminal/layouts/partials/head.html @@ -1,7 +1,5 @@ - - {{ if .Params.noindex }}