From dd00f1a9b055243ddd386f7930cd0b4a0cd7bd97 Mon Sep 17 00:00:00 2001 From: earnestma Date: Sun, 11 Oct 2020 17:51:22 -0400 Subject: [PATCH] Update links --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index cefd7e9..a49bdd7 100644 --- a/config.toml +++ b/config.toml @@ -84,7 +84,7 @@ pygmentscodefencesguesssyntax = true name = "Discord" icon = "fa fa-discord" weight = 1 - url = "" + url = "https://discord.gg/hCh5htU" #[[params.social]] # name = "Github" # icon = "fa fa-github" @@ -99,7 +99,7 @@ pygmentscodefencesguesssyntax = true name = "RSS" icon = "fa fa-rss" weight = 4 - url = "http://localhost:1313/posts/index.xml" # TODO Update to sub/domain once finalized + url = "https://tpc-discord-demo.netlify.app/posts/index.xml" # TODO Update to sub/domain once finalized rel = "alternate" type = "application/rss+xml"