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:
Julien Dessaux 2021-09-13 14:32:52 +02:00
parent 2376690795
commit 53ea0bd15f
3 changed files with 24 additions and 3 deletions

View file

@ -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" . -}}