Fixed google's lighthouse seo warnings
missing description meta tag tap targets too small (menu items did not have margins)
This commit is contained in:
parent
2376690795
commit
53ea0bd15f
3 changed files with 24 additions and 3 deletions
|
@ -23,7 +23,7 @@
|
|||
{{ end -}}
|
||||
|
||||
<title>{{ $title }}</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||
</head>
|
||||
<body>
|
||||
{{- partial "nav.html" . -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue