Skip to content

Commit

Permalink
Remove all traces of feed/mail links
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelhabr committed Apr 16, 2023
1 parent 31f8917 commit 219e19d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions _includes/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ document.getElementById('search-form').addEventListener('submit', function(e){

<p></p>

Subscribe R Weekly with <a href="https://feedburner.google.com/fb/a/mailverify?uri=rweekly&amp;loc=en_US" target="_blank" onclick="_paq.push(['trackEvent', 'Mail', '1']);">Email</a>.

Do you enjoy R Weekly?

<div id="star-rating" class="rating" style="margin-bottom:10px;" >
Expand Down
1 change: 0 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ <h3 class="masthead-title default-links">
<a href="{{ site.baseurl }}/" title="Home" style="padding: 0 9px 0 0;font-weight: bold; opacity: 1;">RWeekly.org</a>
<a href="https://rweekly.fireside.fm/" style="padding: 0 9px 0 0;color:#2a7ae2;">Podcast</a>
<a href="/live" style = "padding: 0 9px 0 0;color:#2a7ae2;">Live</a>
<a href="https://feedburner.google.com/fb/a/mailverify?uri=rweekly&amp;loc=en_US" target="_blank" onclick="_paq.push(['trackEvent', 'Mail', '1']);" style = "padding: 0 9px 0 0;color:#2a7ae2;">Mail</a>
<a href="/atom.xml" style = "padding: 0 9px 0 0;color:#2a7ae2;">Feed</a>
<!-- <a href="https://conf.rweekly.org" style = "padding: 0 9px 0 0;">Conf</a> -->
{% for page in site.pages_list %}
Expand Down
2 changes: 0 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ R Weekly was founded on May 20, 2016. R is growing very quickly, and there are l

This is a warm and welcoming place. The team welcomes everyone who wants to contribute to the R community.

Mail R Weekly - mail at rweekly.org

Team Members (alphabet order)

[Batool Almarzouq](https://github.com/BatoolMM), [Colin Fay](https://github.com/ColinFay), [Eric Nantz](https://github.com/thercast), [Jon Calder](https://github.com/jonmcalder), [Jonathan Carroll](https://github.com/jonocarroll), [Kelly N. Bodwin](https://github.com/kbodwin), [Miles McBain](https://github.com/MilesMcBain), [Robert Hickman](https://github.com/RobWHickman), [Ryo Nakagawara](https://github.com/Ryo-N7), [Sam Parmar](https://github.com/parmsam), [Tony ElHabr](https://github.com/tonyelhabr), [Wolfram Qin](https://github.com/qinwf)
Expand Down
6 changes: 0 additions & 6 deletions live.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,6 @@
<div id="latest-app" class="inner-app-hide">

<p class="added-hostname">
<a href="https://feedburner.google.com/fb/a/mailverify?uri=rweekly-live&amp;loc=en_US" id="mail-status"
target="_blank" class="externalLink">
<svg width="20" height="20" viewBox="0 0 1792 1792" xmlns="http://www.w3.org/2000/svg"
style="margin-right: 8px;height: 25px;width: 25px;padding-top: 5px;margin-bottom: -4;">
<path style="fill:grey;"
Expand Down Expand Up @@ -244,7 +242,6 @@ <h3 v-bind:id="item.date">{{ item.date }}</h3>
_paq.push(['trackEvent', 'set-ds', 'true']);
document.getElementById('ds-status').innerText = " yes ";
document.getElementById('main-post').classList.remove('post-hide-ds');
document.getElementById('mail-status').href = "https://feedburner.google.com/fb/a/mailverify?uri=rweekly-live&amp;loc=en_US";
document.getElementById('rss-status').href = "https://feeds.feedburner.com/rweekly-live";
} else {
try {
Expand All @@ -255,7 +252,6 @@ <h3 v-bind:id="item.date">{{ item.date }}</h3>
_paq.push(['trackEvent', 'set-ds', 'false']);
document.getElementById('ds-status').innerText = " no ";
document.getElementById('main-post').classList.add('post-hide-ds');
document.getElementById('mail-status').href = "https://feedburner.google.com/fb/a/mailverify?uri=rweeklylive&amp;loc=en_US";
document.getElementById('rss-status').href = "https://feeds.feedburner.com/rweeklylive";
}
}
Expand Down Expand Up @@ -398,11 +394,9 @@ <h3 v-bind:id="item.date">{{ item.date }}</h3>
if (localStorage.getItem("feature-ds") === 'false') {
document.getElementById('ds-status').innerText = " no ";
document.getElementById('main-post').classList.add('post-hide-ds');
document.getElementById('mail-status').href = "https://feedburner.google.com/fb/a/mailverify?uri=rweeklylive&amp;loc=en_US";
} else {
document.getElementById('ds-status').innerText = " yes ";
document.getElementById('main-post').classList.remove('post-hide-ds');
document.getElementById('mail-status').href = "https://feedburner.google.com/fb/a/mailverify?uri=rweekly-live&amp;loc=en_US";
}
// try{
// var xlanguage = window.navigator.userLanguage || window.navigator.language;
Expand Down

0 comments on commit 219e19d

Please sign in to comment.