Skip to content

Commit dbdb4b8

Browse files
committed
Add better footer
1 parent dbbcb1d commit dbdb4b8

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

docs/theme.config.js

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,20 @@ export default {
1515
next: true,
1616
},
1717
footer: {
18-
text: `MIT ${new Date().getFullYear()} © Brian Carlson.`,
18+
content: (
19+
<span>
20+
As of 2026-03-01 I am taking a break from the workforce to focus entirely on this project! Please consider{' '}
21+
<a
22+
href="https://github.com/sponsors/brianc"
23+
target="_blank"
24+
rel="noopener noreferrer"
25+
style={{ textDecoration: 'underline' }}
26+
>
27+
sponsoring this work on GitHub
28+
</a>
29+
!
30+
</span>
31+
),
1932
},
2033
editLink: {
2134
text: 'Edit this page on GitHub',

0 commit comments

Comments
 (0)