document.getElementById("wiki").href = `${WIKI_URL}`; document.getElementById("rss").href = `${RSS_URL}`; document.getElementById("git").href = `${GIT_URL}`; document.getElementById("files").href = `${FILES_URL}`; document.getElementById("filefeed").href = `${FILE_FEED_URL}`; 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}`;