Skip to content

Commit

Permalink
Discord Link to WF Discord Invite
Browse files Browse the repository at this point in the history
Temporarily swapping the Extratone Discord invite link with a link to the WriteFreely community discord: `https://discord.gg/eBVrcBaaHp`
  • Loading branch information
extratone committed May 22, 2021
1 parent 7347f80 commit 12dd8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Custom Javascript.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
var topP = document.createElement("p");
//topP.style.textAlign = "center";
topP.innerHTML = '<hr><div class="custom-nav"><a rel="me" href="https://mastodon.social/@DavidBlue">Mastodon</a> ※ <a href="https://twitter.com/NeoYokel">Twitter</a> ※ <a href="https://discord.gg/4hdQcVd">Discord</a> ※ <a href="https://github.com/extratone/bilge">GitHub</a> ※ <a href="https://gist.github.com/extratone/140a11428b5dd1dda500b3928e0438b1">License</a></div>';
topP.innerHTML = '<hr><div class="custom-nav"><a rel="me" href="https://mastodon.social/@DavidBlue">Mastodon</a> ※ <a href="https://twitter.com/NeoYokel">Twitter</a> ※ <a href="https://discord.gg/eBVrcBaaHp">Discord</a> ※ <a href="https://github.com/extratone/bilge">GitHub</a> ※ <a href="https://gist.github.com/extratone/140a11428b5dd1dda500b3928e0438b1">License</a></div>';
var cont = document.getElementById("wrapper");
if (cont !== null) {
// Add to blog index and tag pages
Expand Down

0 comments on commit 12dd8d8

Please sign in to comment.