From 8aee2418d9ea730ec0ed5770be6b1918a072e17c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 19 Mar 2023 00:50:44 +0900 Subject: feat(nuldoc): change text of "Posted on" to "投稿" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nuldoc-src/pages/post_list.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'nuldoc-src/pages/post_list.ts') diff --git a/nuldoc-src/pages/post_list.ts b/nuldoc-src/pages/post_list.ts index ce26645..767b42b 100644 --- a/nuldoc-src/pages/post_list.ts +++ b/nuldoc-src/pages/post_list.ts @@ -56,19 +56,20 @@ export async function generatePostListPage( el( "footer", [["class", "entry-footer"]], - text("Posted on "), el( "time", [["datetime", getPostCreatedDate(post)]], text(getPostCreatedDate(post)), ), + text(" 投稿"), ...(post.revisions.length > 1 ? [ - text(", updated on "), + text("、"), el("time", [[ "datetime", getPostUpdatedDate(post), ]], text(getPostUpdatedDate(post))), + text(" 更新"), ] : []), ), -- cgit v1.2.3-70-g09d2