diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-23 20:16:20 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-23 20:16:20 -0400 |
commit | cd53ae521c43ee29d214f7a18ef09ddb0b44144a (patch) | |
tree | 9cde2fcb4a1f5c6a64df3c6a5f15cc0654046803 /templates/header.html | |
parent | e22c336c33b9e917e9406ea849e0a86c5faddb8d (diff) | |
parent | 5ae195a0e29fd1cc35e7c671966cdb7c9256e456 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/based.cooking
Diffstat (limited to 'templates/header.html')
-rw-r--r-- | templates/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html index 96fa037..9bcc185 100644 --- a/templates/header.html +++ b/templates/header.html @@ -6,6 +6,6 @@ <link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍲</text></svg>"> <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." + <meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking."> </head> <body> |