mirror of
https://git.ari.lt/ari.lt/ari.lt.git
synced 2025-02-04 17:49:24 +01:00
fix blog api usage
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
6596a19e29
commit
e2848ef505
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ async function main() {
|
|||
[
|
||||
post["title"],
|
||||
" -- ",
|
||||
new Date(post["time"] * 1000).toUTCString(),
|
||||
new Date(post["created"] * 1000).toUTCString(),
|
||||
],
|
||||
null,
|
||||
{ href: `${BLOG_SITE}/b/${id}` },
|
||||
|
|
Loading…
Add table
Reference in a new issue