feat: Add meta description tag to improve lighthouse score
This commit is contained in:
@ -1,6 +1,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<meta name="description" content="{{ config.description }}" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<meta name="theme-color" content="{{ config.extra.primary_color }}" />
|
<meta name="theme-color" content="{{ config.extra.primary_color }}" />
|
||||||
<link rel="canonical" href="{{ current_url | default(value='/') }}" />
|
<link rel="canonical" href="{{ current_url | default(value='/') }}" />
|
||||||
|
Reference in New Issue
Block a user