From 5c8b11767f04bbeccf515ac390c026f055266d3b Mon Sep 17 00:00:00 2001 From: jaywcjlove <398188662@qq.com> Date: Thu, 17 Nov 2022 13:28:01 +0800 Subject: [PATCH] website: update footer. #102 --- scripts/nodes/footer.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nodes/footer.mjs b/scripts/nodes/footer.mjs index a76cb9a69b1..fc2347263a4 100644 --- a/scripts/nodes/footer.mjs +++ b/scripts/nodes/footer.mjs @@ -1,7 +1,7 @@ import formatter from '@uiw/formatter'; export function footer(options = {}) { - const footerText = '© 2022 Kenny Wang.'; + let footerText = '© 2022 Kenny Wang.'; if (options.isHome) { footerText += ` Updated on ${formatter('YYYY/MM/DD HH:mm:ss', new Date())}`; }