Remove duplicate title in header

This commit is contained in:
JP Hastings-Spital 2022-10-29 12:47:34 +01:00
parent 14e66c19bf
commit 85f185744b

View file

@ -4,7 +4,6 @@
<img src="{{ .Site.Params.Logo.path }}" alt="{{ .Site.Params.Logo.alt }}" />
{{ else }}
<span class="logo__text">{{ with .Site.Params.Logo.logoText }}{{ . }}{{ else }}byjp{{ end }}</span>
{{ if .IsHome }}{{ else }}<span class="logo__mark">{{ with .File }}{{ .Path | replaceRE "^/" "" | replaceRE "/index.md$" ".md" | replaceRE ".md$" "" | urlize }}{{end}}</span>{{ end }}
<span class="logo__cursor"></span>
{{ end }}
</div>