commit cd094b45778e17233f0590d8df21e8f7b752a4ca
parent 363a107e5d66f9a9df98d362e2b9b3811d5d930b
Author: breadcat <peter@minskio.co.uk>
Date: Thu, 26 Nov 2020 12:41:07 +0000
Shuffle around site title format
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/Brine/layouts/_default/baseof.html b/themes/Brine/layouts/_default/baseof.html
@@ -1,6 +1,6 @@
<!doctype html>
<html lang="{{ .Site.LanguageCode | default "en-us" }}">
-<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Site.Title }} - {{ .Title }}{{ end }}</title>
+<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title>
<link href="/favicon.ico" rel=icon />
<meta content="{{ if .IsHome }}{{ .Site.Params.description }}{{ else }}{{ .Description }}{{ end }}" name="description" />
<meta content="{{ .Site.Params.author | default "John Doe" }}" name="author" />