mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-07 11:39:18 +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:
@@ -0,0 +1 @@
|
||||
<p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
<p><a href=".">index</a></p>
|
||||
<p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<p>This website is a fork from <a href="https://based.cooking">Luke Smith's Based Cooking</a></p>
|
||||
<div class="footer">
|
||||
<hr/>
|
||||
<a href=".">homepage</a>
|
||||
<a href="./rss.xml">RSS</a>
|
||||
<a href="./atom.xml">atom</a>
|
||||
</div>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -1 +1,5 @@
|
||||
<div class="banner">
|
||||
<h1>🍳 $TITLE 🍲</h1>
|
||||
<hr/>
|
||||
</div>
|
||||
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>
|
||||
|
||||
@@ -1,2 +1,5 @@
|
||||
<p><a href=".">index</a></p>
|
||||
<div class="banner">
|
||||
<h1>🍳 $TITLE 🍲</h1>
|
||||
<hr/>
|
||||
</div>
|
||||
<p><i>Filtering recipes tagged:</i> <b>$TAGS</b></p>
|
||||
|
||||
Reference in New Issue
Block a user