diff options
| author | Fuwn <[email protected]> | 2021-04-17 14:28:25 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-04-17 14:28:25 -0700 |
| commit | 4a14c6538f42f506816447ecefb05e193f37f20f (patch) | |
| tree | 064b398149142390c9fb1d9a5cc7556f2cfe73fb | |
| parent | fix: Remove version dropdown (diff) | |
| download | site-4a14c6538f42f506816447ecefb05e193f37f20f.tar.xz site-4a14c6538f42f506816447ecefb05e193f37f20f.zip | |
feature: Add contact information to footer
| -rw-r--r-- | docusaurus.config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docusaurus.config.js b/docusaurus.config.js index 02c0f55..01090d3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -75,7 +75,8 @@ module.exports = { title: 'More', items: [ { label: 'GitHub', href: 'https://github.com/whirlsplash', }, - { label: 'License', href: 'https://github.com/Whirlsplash/site/blob/main/LICENSE', } + { label: 'License', href: 'https://github.com/Whirlsplash/site/blob/main/LICENSE', }, + { label: 'Contact', href: 'mailto:[email protected]', }, ], }, ], |