From 12dd8d8caa4ca8299a0b81285f567bec1eec5dd6 Mon Sep 17 00:00:00 2001 From: David Blue Date: Sat, 22 May 2021 09:13:30 -0500 Subject: [PATCH] Discord Link to WF Discord Invite Temporarily swapping the Extratone Discord invite link with a link to the WriteFreely community discord: `https://discord.gg/eBVrcBaaHp` --- Custom Javascript.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom Javascript.js b/Custom Javascript.js index 52b5ee67..d8ddd1cf 100644 --- a/Custom Javascript.js +++ b/Custom Javascript.js @@ -1,6 +1,6 @@ var topP = document.createElement("p"); //topP.style.textAlign = "center"; -topP.innerHTML = '
MastodonTwitterDiscordGitHubLicense
'; +topP.innerHTML = '
MastodonTwitterDiscordGitHubLicense
'; var cont = document.getElementById("wrapper"); if (cont !== null) { // Add to blog index and tag pages