diff options
| author | Fuwn <[email protected]> | 2021-06-06 17:37:48 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-06-06 17:37:48 -0700 |
| commit | 47bf4e5abc617e8ff719304e3dcd55d594e572c9 (patch) | |
| tree | cfeba0250f605670098040d3c928afa3070f6cbb | |
| parent | feat(config): add subreddit link to footer (diff) | |
| download | site-47bf4e5abc617e8ff719304e3dcd55d594e572c9.tar.xz site-47bf4e5abc617e8ff719304e3dcd55d594e572c9.zip | |
feat(config): extra footer details
| -rw-r--r-- | docusaurus.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index bdb506f..186c799 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -81,7 +81,7 @@ module.exports = { ], }, ], - copyright: `Copyleft © ${new Date().getFullYear()} The Whirlsplash Collective`, + copyright: `Copyleft (ɔ) 2021-${new Date().getFullYear()} The Whirlsplash Collective`, }, colorMode: { |