diff options
| -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 05e8eae..5a1f89a 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -21,5 +21,5 @@ {{ if (not (fileExists "static/favicon.ico")) }} <link rel="icon" href="data:,"> {{- end }} - <title>{{ .Title }}</title> + <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} - {{ .Site.Title }}{{ end }}</title> </head>
\ No newline at end of file |
