mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-23 11:23:01 +00:00
fix
- Set correct title on pages (remove leading '#') - Remove main title on recipe pages - Put metadata at the end of articles
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user