From 1b14996290f228a329d83c164e50c27364cc0a22 Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Sat, 13 Jun 2026 19:06:09 +0800 Subject: blog in progress, NOT READY FOR PROD --- www/scripts/blog.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'www/scripts/blog.js') diff --git a/www/scripts/blog.js b/www/scripts/blog.js index c7c64f2..b5ad89c 100644 --- a/www/scripts/blog.js +++ b/www/scripts/blog.js @@ -29,7 +29,7 @@ function postCard(post, id) { var title = post.title; var date = post.date; - var author = post.author; + var description = post.description; var tags = post.tags; var thumbnail = post.thumbnail; @@ -45,7 +45,8 @@ function postCard(post, id) { ${evaluatedTags}

${title}

-

${date}

+

${date}

+

${description}

` -- cgit v1.2.3