ok better meta
This commit is contained in:
parent
b6a40f282f
commit
92a67a2aba
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@
|
|||
<head>
|
||||
<%-
|
||||
include("partials/head.ejs", {
|
||||
title,
|
||||
description: `Tweet by ${authorName} (@${authorHandle}) - ${description}`
|
||||
title: `Tweet by ${authorName} (@${authorHandle}) - ${title}`,
|
||||
description: content
|
||||
})
|
||||
%>
|
||||
<link rel="stylesheet" href="/tweet.css" />
|
||||
|
|
Loading…
Reference in a new issue