From 1c8a761ea7694020f121fe72b3caf1bd7e25fa66 Mon Sep 17 00:00:00 2001 From: KillEdgier <123609015+KillEdgier@users.noreply.github.com> Date: Wed, 27 Nov 2024 09:17:20 -0600 Subject: [PATCH] Update docusaurus.config.ts Added dollar sign in front of Javascript command to automatically update year in copyright line --- docusaurus.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 9177166..423b9f8 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -80,7 +80,7 @@ const config: Config = { }, footer: { style: 'dark', - copyright: `Catstructions™ is brought to you by Clell® {new Date().getFullYear()}`, + copyright: `Catstructions™ is brought to you by Clell® ${new Date().getFullYear()}`, }, prism: { theme: prismThemes.github,