- 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:
Sylvain Gauthier
2021-03-12 11:55:40 +11:00
parent 1b4eca2c28
commit 1d7d2b6ab8
7 changed files with 20 additions and 11 deletions

View File

@@ -0,0 +1 @@
<p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -1 +1,5 @@
<div class="banner">
<h1>🍳 $TITLE 🍲</h1>
<hr/>
</div>
<p>Only Based cooking. No ads, no tracking, nothing but based cooking.</p>

View File

@@ -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>