summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Johansen <57069715+Odyssey346@users.noreply.github.com>2021-03-21 18:29:45 +0100
committerGitHub <noreply@github.com>2021-03-21 13:29:45 -0400
commit84fa0880259e9349e0f92f54d52f7dddfb2e9788 (patch)
tree65cbcc3ee0e5bff700b5fe767175586cafd98750
parentcdc04ab4547da6fb91b6831fd2c7286925a2b39b (diff)
downloadbased.cooking-84fa0880259e9349e0f92f54d52f7dddfb2e9788.tar
based.cooking-84fa0880259e9349e0f92f54d52f7dddfb2e9788.tar.gz
based.cooking-84fa0880259e9349e0f92f54d52f7dddfb2e9788.tar.lz
based.cooking-84fa0880259e9349e0f92f54d52f7dddfb2e9788.tar.xz
based.cooking-84fa0880259e9349e0f92f54d52f7dddfb2e9788.zip
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)
-rw-r--r--templates/header.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/header.html b/templates/header.html
index 24d1b53ae..13a971be9 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -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>