diff --git a/views/displayTweet.ejs b/views/displayTweet.ejs index 1034382..e07eccb 100644 --- a/views/displayTweet.ejs +++ b/views/displayTweet.ejs @@ -3,8 +3,8 @@
<%- include("partials/head.ejs", { - title, - description: `Tweet by ${authorName} (@${authorHandle}) - ${description}` + title: `Tweet by ${authorName} (@${authorHandle}) - ${title}`, + description: content }) %>