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>
|
<head>
|
||||||
<%-
|
<%-
|
||||||
include("partials/head.ejs", {
|
include("partials/head.ejs", {
|
||||||
title,
|
title: `Tweet by ${authorName} (@${authorHandle}) - ${title}`,
|
||||||
description: `Tweet by ${authorName} (@${authorHandle}) - ${description}`
|
description: content
|
||||||
})
|
})
|
||||||
%>
|
%>
|
||||||
<link rel="stylesheet" href="/tweet.css" />
|
<link rel="stylesheet" href="/tweet.css" />
|
||||||
|
|
Loading…
Reference in a new issue