From a530970a07bb388fc9161e1157d2981f7c7963ae Mon Sep 17 00:00:00 2001 From: almaember <50374865+almaember1098@users.noreply.github.com> Date: Tue, 23 Mar 2021 23:05:53 +0100 Subject: Add main tag to article footer (#458) * Add main tag to article footer * Add main tag to article header --- templates/article_footer.html | 2 +- templates/article_header.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/article_footer.html b/templates/article_footer.html index 331e55b..58af3ce 100644 --- a/templates/article_footer.html +++ b/templates/article_footer.html @@ -1 +1 @@ -

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

+

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 e69de29..afdbcac 100644 --- a/templates/article_header.html +++ b/templates/article_header.html @@ -0,0 +1 @@ +
-- cgit v1.2.3 From 2bf5922c93d7424c0090783988cbfbb460c37e0e Mon Sep 17 00:00:00 2001 From: dragoniansec <72882431+dragoniansec@users.noreply.github.com> Date: Tue, 23 Mar 2021 20:12:36 -0400 Subject: Very crucial fix (#461) --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/header.html b/templates/header.html index 96fa037..9bcc185 100644 --- a/templates/header.html +++ b/templates/header.html @@ -6,6 +6,6 @@ $PAGE_TITLE - -- cgit v1.2.3