From f40dd38bdbd4d1e58fa141421708f8751313d3fe Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Thu, 2 Jun 2022 09:52:03 -0700 Subject: [PATCH] plaintext footer --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1a0fe816..5f8165db 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -113,7 +113,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} Open Privacy Research Society.`, + copyright: `Copyright © ${new Date().getFullYear()} Open Privacy Research Society.`, }, prism: { theme: lightCodeTheme,