diff --git a/content/js/index/index.js b/content/js/index/index.js index c5137c6..601bc1f 100644 --- a/content/js/index/index.js +++ b/content/js/index/index.js @@ -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}` },