Skip to content

Commit

Permalink
grammar in copyright note
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 28, 2024
1 parent 6a1986e commit 5abd889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ const config: Config = {
],
},
],
copyright: `Copyright (c) 2018-${new Date().getFullYear()} <a href="https://jakub.jankiewicz.org">Jakub T. Jankiewicz</a><br/>Website content licenses with <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless noted otherwise.`,
copyright: `Copyright (c) 2018-${new Date().getFullYear()} <a href="https://jakub.jankiewicz.org">Jakub T. Jankiewicz</a><br/>Website content licensed with <a href="https://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a> unless noted otherwise.`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 5abd889

Please sign in to comment.