diff --git a/site/index.html b/site/index.html
index 8104e1f..4f7dcb3 100644
--- a/site/index.html
+++ b/site/index.html
@@ -19,28 +19,14 @@
coverpage: '_coverpage.md',
onlyCover: false,
autoFooter: {
-
- // the name you wish to display as the copyright holder
name: 'admin',
-
- // the URL (personal or company) which clicking the `name` goes to
- url: 'https://docs.bigyellowfish.com',
-
- // the start year of copyright
- copyYear: '20124',
-
- // show the privacy policy link
- policy: false,
-
- // show the terms of service link
- terms: false,
-
- // show the cookies policy link
- cookies: false,
-
- // use your own css styles or the built in ones
- customStyle: false,
- }
+ url: 'https://docs.bigyellowfish.com',
+ copyYear: '20124',
+ policy: false,
+ terms: false,
+ cookies: false,
+ customStyle: false,
+ }
};