From 642840b4a9230ac6ea6e52a8b9f735e6bf20767d Mon Sep 17 00:00:00 2001 From: Mark Powers Date: Sat, 19 Feb 2022 21:55:34 +0000 Subject: Adjust links --- index.html | 16 ++++++++++------ link-manager.js | 3 +-- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index ce7ef1a..f77da28 100644 --- a/index.html +++ b/index.html @@ -34,17 +34,20 @@ 💾GIT - + + 📊GRAFANA + + + 🐱‍💻HN + + 🎵MUSIC 📰RSS - - 📺RSS VIDEO - - - 🐱‍💻HN + + 📺TWITCH 📖WIKI @@ -55,6 +58,7 @@ 📽️YOUTUBE +

Simply Folk

diff --git a/link-manager.js b/link-manager.js index 8a8e9e4..3e06976 100644 --- a/link-manager.js +++ b/link-manager.js @@ -1,6 +1,5 @@ document.getElementById("wiki").href = `${WIKI_URL}`; document.getElementById("rss").href = `${RSS_URL}`; -document.getElementById("rssvideo").href = `${RSS_VIDEO_URL}`; document.getElementById("git").href = `${GIT_URL}`; document.getElementById("files").href = `${FILES_URL}`; document.getElementById("filefeed").href = `${FILE_FEED_URL}`; @@ -8,4 +7,4 @@ document.getElementById("calendar").href = `${CALENDAR_URL}`; document.getElementById("budget").href = `${BUDGET_URL}`; document.getElementById("chess").href = `${CHESS_URL}`; document.getElementById("wunderground").href = `https://www.wunderground.com/forecast/${WUNDERGROUND_STATION}` -document.getElementById("music").href = `${MUSIC_URL}`; +//document.getElementById("music").href = `${MUSIC_URL}`; -- cgit v1.2.3