From: ValessioBrito Date: Mon, 18 Mar 2019 18:19:44 +0000 (-0400) Subject: change feed url X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=dbc3bf1b356eefed6e0cc5046e1ea728ec526b33;p=libreplanet-static.git change feed url --- diff --git a/2019/tv.html b/2019/tv.html index d9ed17ef..cf12a046 100644 --- a/2019/tv.html +++ b/2019/tv.html @@ -103,10 +103,18 @@ footer .mpost a { border-right: 3px solid #4F0276; } -.program-timeslot-header { - background: #52ce73; +.program-day-header { + text-align: center; + color: #FFF; + /* color: #4F0276; + background: #52ce73; border-radius: 100%; + */ +} + +.program-timeslot-header { + color: #52ce73; text-align: center; } .program-session-header h2 { @@ -1789,7 +1797,7 @@ software projects.

const DOMPARSER = new DOMParser().parseFromString.bind(new DOMParser()) var frag = document.createDocumentFragment() var hasBegun = true -var feedUrl = 'https://status.fsf.org/fsf/tag/libreplanet/rss' +var feedUrl = 'https://quitter.im/libreplanet/all/rss' /* Fetch the RSS Feed */ fetch(feedUrl).then((res) => { res.text().then((xmlTxt) => {