1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 10:55:31 -04:00

better site description for SEO

This commit is contained in:
2019-01-14 16:06:20 -05:00
parent e937d3de5d
commit bc4a880185
3 changed files with 3 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
{{ .Hugo.Generator }}
<title>{{ .Title }}</title>
<title>{{ .Title }}{{ if .IsHome }} &#x1f468;&#x200d;&#x1f4bb;{{ end }}</title>
<meta name="description" content="{{ if .Description }}{{ .Description }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">