From a80487e287d0b19056c58cf5929a894f1cf5cdfa Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:10:37 -0400 Subject: [PATCH] docs: flip order of page title --- website/themes/hsh/layouts/partials/head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/themes/hsh/layouts/partials/head.html b/website/themes/hsh/layouts/partials/head.html index 88f4eca..99f7d05 100644 --- a/website/themes/hsh/layouts/partials/head.html +++ b/website/themes/hsh/layouts/partials/head.html @@ -1,5 +1,5 @@
- {{ $title := print .Site.Title " | " .Title }} + {{ $title := print .Title " | " .Site.Title }} {{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}