diff --git a/_includes/footer.md b/_includes/footer.md index 5f2e68f4a..cca639609 100644 --- a/_includes/footer.md +++ b/_includes/footer.md @@ -1,7 +1,7 @@
+ + + +{% endraw %} + + + + + +A collection of presentation slides/materials released on various R conferences and meetups.
+ +Updates and changes on R Weekly.
+ + diff --git a/sw.js b/sw.js index 9d965435d..6f6907907 100644 --- a/sw.js +++ b/sw.js @@ -22,6 +22,8 @@ // maxAgeSeconds: 60 * 60 * 100 // } // }); + global.toolbox.router.get(/api.rweekly.org/, global.toolbox.networkOnly, {}); + global.toolbox.router.get(/127.0.0.1/, global.toolbox.networkOnly, {}); global.toolbox.router.get('/', global.toolbox.networkFirst, {}); global.toolbox.router.get('/index.html', global.toolbox.networkFirst, {}); global.toolbox.router.get('/draft.html', global.toolbox.networkFirst, {});