based.cooking/templates/header.html
Sylvain Gauthier 1d7d2b6ab8 fix
- Set correct title on pages (remove leading '#')
- Remove main title on recipe pages
- Put metadata at the end of articles
2021-03-15 10:35:05 +11:00

9 lines
174 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="./style.css">
<title>$PAGE_TITLE</title>
</head>
<body>