fix blog api usage

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2023-08-29 10:42:15 +03:00
parent 6596a19e29
commit e2848ef505

View file

@ -52,7 +52,7 @@ async function main() {
[ [
post["title"], post["title"],
" -- ", " -- ",
new Date(post["time"] * 1000).toUTCString(), new Date(post["created"] * 1000).toUTCString(),
], ],
null, null,
{ href: `${BLOG_SITE}/b/${id}` }, { href: `${BLOG_SITE}/b/${id}` },