summaryrefslogtreecommitdiffstats
path: root/templates/header.html
diff options
context:
space:
mode:
authorSylvain Gauthier <s94.gauthier@laposte.net>2021-03-12 11:55:40 +1100
committerSylvain Gauthier <s94.gauthier@laposte.net>2021-03-15 10:35:05 +1100
commit1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7 (patch)
treeaccf0092af77f7613ceaac91beb22914bdd213ac /templates/header.html
parent1b4eca2c284e2cd8c4335a92b3405237f606a6be (diff)
downloadbased.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.gz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.lz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.tar.xz
based.cooking-1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7.zip
fix
- Set correct title on pages (remove leading '#') - Remove main title on recipe pages - Put metadata at the end of articles
Diffstat (limited to 'templates/header.html')
-rw-r--r--templates/header.html6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/header.html b/templates/header.html
index 9b6f9f400..7756d4f54 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -3,10 +3,6 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css">
- <title>$TITLE</title>
+ <title>$PAGE_TITLE</title>
</head>
<body>
- <div class="banner">
- <h1>🍳 Based Cooking 🍲</h1>
- <hr/>
- </div>