From c6e061fea7438b373ae2516cf568361a0530c4b5 Mon Sep 17 00:00:00 2001 From: James Date: Fri, 8 Sep 2017 17:01:15 +1000 Subject: [PATCH] Optimise title "Homepage" is unnecessary, and fragments out search results for the homepage. Further, dashes rather then pipes are used to clarify readability. --- site/themes/citra-bs-theme/layouts/_default/baseof.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/themes/citra-bs-theme/layouts/_default/baseof.html b/site/themes/citra-bs-theme/layouts/_default/baseof.html index 591b003..c76f9c1 100755 --- a/site/themes/citra-bs-theme/layouts/_default/baseof.html +++ b/site/themes/citra-bs-theme/layouts/_default/baseof.html @@ -23,7 +23,7 @@ {{ end }} - {{- if .IsHome }}Homepage{{- else }}{{ .Title }}{{- end }} | {{ .Site.Title }} | Nintendo 3DS Emulator + {{- if not .IsHome }}{{ .Title }} - {{- end }}{{ .Site.Title }} - Nintendo 3DS Emulator