mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2024-11-01 09:20:20 +00:00
1d7d2b6ab8
- Set correct title on pages (remove leading '#') - Remove main title on recipe pages - Put metadata at the end of articles
9 lines
174 B
HTML
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>
|