summaryrefslogtreecommitdiff
path: root/templates/article_footer.html
diff options
context:
space:
mode:
authoralmaember <50374865+almaember1098@users.noreply.github.com>2021-03-23 23:05:53 +0100
committerGitHub <noreply@github.com>2021-03-23 18:05:53 -0400
commita530970a07bb388fc9161e1157d2981f7c7963ae (patch)
treedc45992fbb764af7fd199e8197f92556d7c71384 /templates/article_footer.html
parentb0e7268206348d097fcb12b19d9a345e20a6de2f (diff)
Add main tag to article footer (#458)
* Add main tag to article footer * Add main tag to article header
Diffstat (limited to 'templates/article_footer.html')
-rw-r--r--templates/article_footer.html2
1 files changed, 1 insertions, 1 deletions
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 @@
-<p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>
+</main><p><i>Recipe posted on: $DATE_POSTED, last edited on: $DATE_EDITED, written by: $AUTHOR</i></p>