based.cooking/templates/header.html
Alexander Johansen 84fa088025
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)
2021-03-21 13:29:45 -04:00

11 lines
370 B
HTML

<!DOCTYPE html>
<html lang=en>
<head>
<meta charset="UTF-8">
<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>