diff options
Diffstat (limited to 'layouts')
-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 4afa234..2fe366d 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -17,5 +17,5 @@ {{- end }} {{- end }} {{ end }} -<title>{{ printf "%s - %s" site.Title .Title }}</title> +<title>{{ printf "%s | %s" .Title site.Title }}</title> |