diff options
Diffstat (limited to 'layouts/partials/head.html')
| -rw-r--r-- | layouts/partials/head.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html index 1bd36be..4d0668c 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -1,8 +1,8 @@ <head> {{- /* metadata */}} - <title>{{ if .IsHome }}Home : {{ else }}{{ if .Page.Title }}{{ .Page.Title }} : {{ end }}{{ end }}{{ .Site.Title }}</title> + <title>{{ if .IsHome }}{{ else }}{{ if .Page.Title }}{{ .Page.Title }} : {{ end }}{{ end }}{{ .Site.Title }}</title> <meta charset="utf-8"> - <meta name="description" content="{{ .Params.Description }}" /> + <meta name="description" content="{{ .Site.Params.Description }}" /> <meta name="dc.relation" content="{{ .Site.BaseURL }}" /> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> |
