From 4eccaf0ed2d86247106577bf9124977d587131e8 Mon Sep 17 00:00:00 2001 From: xaoxuu Date: Mon, 22 Jan 2024 22:59:35 +0800 Subject: [PATCH] [opt] post card --- layout/_partial/main/post_list/post_card.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/_partial/main/post_list/post_card.ejs b/layout/_partial/main/post_list/post_card.ejs index 381b5b4..cd4c3f9 100755 --- a/layout/_partial/main/post_list/post_card.ejs +++ b/layout/_partial/main/post_list/post_card.ejs @@ -71,7 +71,7 @@ function div_default() { el += ''; // time - el += __("meta.created") + ' ' + ''; + el += `` el += ''; // cat if (post.categories && post.categories.length > 0) {