summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-23 20:16:20 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-03-23 20:16:20 -0400
commitcd53ae521c43ee29d214f7a18ef09ddb0b44144a (patch)
tree9cde2fcb4a1f5c6a64df3c6a5f15cc0654046803 /templates
parente22c336c33b9e917e9406ea849e0a86c5faddb8d (diff)
parent5ae195a0e29fd1cc35e7c671966cdb7c9256e456 (diff)
Merge branch 'master' of github.com:LukeSmithxyz/based.cooking
Diffstat (limited to 'templates')
-rw-r--r--templates/article_footer.html2
-rw-r--r--templates/article_header.html1
-rw-r--r--templates/header.html2
3 files changed, 3 insertions, 2 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>
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 @@
+<main>
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 @@
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🍲</text></svg>">
<link rel="stylesheet" href="./style.css">
<title>$PAGE_TITLE</title>
- <meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking."
+ <meta name="description" content="Only Based cooking. No ads, no tracking, nothing but based cooking.">
</head>
<body>