From 92a67a2aba398b99f51d584e8598041cb02be2e6 Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Thu, 7 Mar 2024 18:14:35 +0300 Subject: [PATCH] ok better meta --- views/displayTweet.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }) %>