add meta description tag (#339)
This will get the site a better SEO score in Lighthouse. I believe it's used by search engines to show a description for the site? Good nonetheless. (if it should be changed lemme know)
This commit is contained in:
parent
cdc04ab454
commit
84fa088025
|
@ -5,5 +5,6 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" href="./style.css">
|
||||
<title>$PAGE_TITLE</title>
|
||||
<meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking."
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in New Issue