diff options
author | wires <wires@noreply.wires.systems> | 2025-04-01 13:09:12 -0400 |
---|---|---|
committer | wires <wires@noreply.wires.systems> | 2025-04-01 13:09:12 -0400 |
commit | 0a2322e3c5b1b06dbbf5f488d4050080c97d1e0e (patch) | |
tree | 69048b52cdef8adc12209350cb82cd4eb0607b17 /layouts/partials/head.html | |
parent | more little layout tweaks (diff) | |
download | blog-0a2322e3c5b1b06dbbf5f488d4050080c97d1e0e.tar.gz |
title tweaks
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r-- | layouts/partials/head.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e09b60c..4afa234 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,5 +17,5 @@ {{- end }} {{- end }} {{ end }} -<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> +<title>{{ printf "%s - %s" site.Title .Title }}</title> |