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 }}