From 85f185744beb69311892c6ae4297e50c5fd44d98 Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Sat, 29 Oct 2022 12:47:34 +0100 Subject: [PATCH] Remove duplicate title in header --- themes/hello-friend-ng/layouts/partials/logo.html | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/hello-friend-ng/layouts/partials/logo.html b/themes/hello-friend-ng/layouts/partials/logo.html index 700693f8..83ce4bc3 100644 --- a/themes/hello-friend-ng/layouts/partials/logo.html +++ b/themes/hello-friend-ng/layouts/partials/logo.html @@ -4,7 +4,6 @@ {{ .Site.Params.Logo.alt }} {{ else }} {{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}byjp{{ end }} - {{ if .IsHome }}{{ else }}{{ with .File }}{{ .Path | replaceRE "^/" "" | replaceRE "/index.md$" ".md" | replaceRE ".md$" "" | urlize }}{{end}}{{ end }} {{ end }}