diff options
Diffstat (limited to 'layouts/_partials/head.html')
| -rw-r--r-- | layouts/_partials/head.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/layouts/_partials/head.html b/layouts/_partials/head.html index 02c2240..1a8a727 100644 --- a/layouts/_partials/head.html +++ b/layouts/_partials/head.html @@ -1,5 +1,8 @@ <meta charset="utf-8"> -<meta name="viewport" content="width=device-width"> -<title>{{ if .IsHome }}{{ site.Title }}{{ else }}{{ printf "%s | %s" .Title site.Title }}{{ end }}</title> +<meta name="viewport" content="width=device-width, initial-scale=1"> +<meta name="description" content="{{ .Site.Params.description }}"> +<meta name="theme-color" content="#060b10"> +<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title> + {{ partialCached "head/css.html" . }} {{ partialCached "head/js.html" . }} |
