remove extra title
All checks were successful
Hugo / build (push) Successful in 9s

This commit is contained in:
brooke 2024-06-11 15:49:58 -04:00
parent 6c4246d457
commit 0c71fbd28f

View file

@ -45,5 +45,4 @@
<link rel="stylesheet" type="text/css" href="/css/style.css" />
{{ $title := print .Site.Title " | " .Title }} {{ if .IsHome }}{{ $title =
.Site.Title }}{{ end }}
<title>{{ $title }}</title>
</head>