aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-04-17 14:28:25 -0700
committerFuwn <[email protected]>2021-04-17 14:28:25 -0700
commit4a14c6538f42f506816447ecefb05e193f37f20f (patch)
tree064b398149142390c9fb1d9a5cc7556f2cfe73fb
parentfix: Remove version dropdown (diff)
downloadsite-4a14c6538f42f506816447ecefb05e193f37f20f.tar.xz
site-4a14c6538f42f506816447ecefb05e193f37f20f.zip
feature: Add contact information to footer
-rw-r--r--docusaurus.config.js3
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]', },
],
},
],