From 1d7d2b6ab801b1e8388a4d7ba751ec1e7f2729f7 Mon Sep 17 00:00:00 2001 From: Sylvain Gauthier Date: Fri, 12 Mar 2021 11:55:40 +1100 Subject: fix - Set correct title on pages (remove leading '#') - Remove main title on recipe pages - Put metadata at the end of articles --- templates/article_footer.html | 1 + templates/article_header.html | 2 -- templates/footer.html | 1 + templates/header.html | 6 +----- templates/index_header.html | 4 ++++ templates/tag_index_header.html | 5 ++++- 6 files changed, 11 insertions(+), 8 deletions(-) (limited to 'templates') diff --git a/templates/article_footer.html b/templates/article_footer.html index e69de29bb..331e55b5c 100644 --- a/templates/article_footer.html +++ b/templates/article_footer.html @@ -0,0 +1 @@ +

Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR

diff --git a/templates/article_header.html b/templates/article_header.html index e66f98c99..e69de29bb 100644 --- a/templates/article_header.html +++ b/templates/article_header.html @@ -1,2 +0,0 @@ -

index

-

Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR

diff --git a/templates/footer.html b/templates/footer.html index b7cd6bfdb..a342f926f 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,6 +1,7 @@

This website is a fork from Luke Smith's Based Cooking

diff --git a/templates/header.html b/templates/header.html index 9b6f9f400..7756d4f54 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,10 +3,6 @@ - $TITLE + $PAGE_TITLE - diff --git a/templates/index_header.html b/templates/index_header.html index a222e9a6e..0026f086f 100644 --- a/templates/index_header.html +++ b/templates/index_header.html @@ -1 +1,5 @@ +

Only Based cooking. No ads, no tracking, nothing but based cooking.

diff --git a/templates/tag_index_header.html b/templates/tag_index_header.html index 2d7315301..57fd89f4c 100644 --- a/templates/tag_index_header.html +++ b/templates/tag_index_header.html @@ -1,2 +1,5 @@ -

index

+

Filtering recipes tagged: $TAGS

-- cgit v1.2.3