Skip to content

Commit

Permalink
allow copyright year to be dynamic in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
9oelM committed Jan 2, 2021
1 parent e08d15b commit d72e21e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ module.exports = {
items: [{label: 'Twitter', to: 'https://twitter.com/docusaurus'}],
},
],
copyright: 'Copyright © 2020 Facebook Inc.',
copyright: `Copyright © ${new Date().getFullYear()} Facebook Inc.`,
logo: {src: 'img/docusaurus_monochrome.svg'},
},
algolia: {
Expand Down

0 comments on commit d72e21e

Please sign in to comment.