Skip to content

Commit

Permalink
Merge pull request #150 from OxfordRSE/copyright-update
Browse files Browse the repository at this point in the history
make copyright always current year
  • Loading branch information
martinjrobins authored Jan 31, 2024
2 parents 44d6a7e + 120d4bd commit ce90ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Footer: React.FC<Props> = ({ prevUrl, nextUrl, pageInfo }) => {
</a>
)}
<span className="flex flex-wrap text-sm text-gray-500 sm:text-center dark:text-gray-400">
{footerAttrib && <Markdown markdown={2023 " + footerAttrib} />}
{footerAttrib && <Markdown markdown={" + new Date().getFullYear() + " " + footerAttrib} />}
</span>
<p className="flex flex-wrap items-center mt-3 text-sm text-gray-500 dark:text-gray-400 sm:mt-0">
For attribution and license information click the @ symbol on the top right
Expand Down

0 comments on commit ce90ab2

Please sign in to comment.