Skip to content

Commit 385acb3

Browse files
committed
On the 20th anniversary of Git, use the "tagline" to link to Discord
There is a new channel on Discord, specifically to celebrate Git's 20th anniversary (still private, but will be made public in a bit): https://discord.com/channels/1042895022950994071/1356927327388434564 Let's use the "tagline" (i.e. the fake Git option on the top of the page) to link to that celebratory channel. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 00b3c31 commit 385acb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/application.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ var GitTurns20 = {
138138

139139
celebrate: function() {
140140
document.documentElement.dataset.celebration = 'git-turns-20';
141+
$("#tagline").html('<a href="https://discord.gg/UcjvsNQR">--20th-anniversary</a>');
141142
if ($("#masthead").length) { // only do this on the front page
142143
(async () => {
143144
await import('https://cdn.jsdelivr.net/npm/[email protected]/dist/confetti.browser.min.js');

0 commit comments

Comments
 (0)