File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ const config: Config = {
148
148
] ,
149
149
} ,
150
150
] ,
151
- copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Graphics Programming Discord. Built with Docusaurus.` ,
151
+ copyright : `Copyright © ${ new Date ( ) . getFullYear ( ) } Graphics Programming Discord. Built with Docusaurus. ${ getCoolClubWebRingEmbed ( ) } ` ,
152
152
} ,
153
153
prism : {
154
154
theme : prismThemes . duotoneLight ,
@@ -160,4 +160,12 @@ const config: Config = {
160
160
} satisfies Preset . ThemeConfig ,
161
161
} ;
162
162
163
+ function getCoolClubWebRingEmbed ( ) {
164
+ return `<p>
165
+ <a href="https://join-the-cool.club/members/graphics-programming-blog?prev" style="text-decoration: none">⬅️</a>
166
+ <a href="https://join-the-cool.club/members/graphics-programming-blog" style="text-decoration: none">🧊</a>
167
+ <a href="https://join-the-cool.club/members/graphics-programming-blog?next" style="text-decoration: none">➡️</a>
168
+ </p>` ;
169
+ }
170
+
163
171
export default config ;
You can’t perform that action at this time.
0 commit comments