summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/header.html2
-rw-r--r--templates/index_header.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/header.html b/templates/header.html
index 71ede10..96fa037 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
- <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="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."
diff --git a/templates/index_header.html b/templates/index_header.html
index 0026f08..9319a4c 100644
--- a/templates/index_header.html
+++ b/templates/index_header.html
@@ -1,5 +1,5 @@
<div class="banner">
- <h1>🍳 $TITLE 🍲</h1>
+ <h1>🍲 $TITLE 🍳</h1>
<hr/>
</div>
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>