feat: Add meta description tag to improve lighthouse score

This commit is contained in:
daudix
2024-01-28 22:24:19 +03:00
parent 2588c08d0e
commit 62609d6cd4

View File

@ -1,6 +1,7 @@
<head>
<meta charset="UTF-8" />
<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="theme-color" content="{{ config.extra.primary_color }}" />
<link rel="canonical" href="{{ current_url | default(value='/') }}" />