feat(v2): add ability to use HTML in footer copyright (#2327)

This commit is contained in:
Alexey Pyltsyn 2020-02-26 18:59:59 +03:00 committed by GitHub
parent 3f682046df
commit aef2456545
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View file

@ -188,7 +188,7 @@ module.exports = {
alt: 'Facebook Open Source Logo',
src: 'https://docusaurus.io/img/oss_logo.png',
},
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`,
copyright: `Copyright © ${new Date().getFullYear()} Facebook, Inc.`, // You can also put own HTML here
},
},
};