diff --git a/content/en/template.json b/content/en/template.json index bbe2059..d9f8d93 100644 --- a/content/en/template.json +++ b/content/en/template.json @@ -42,6 +42,12 @@ "es6": "ES6", "faq": "FAQ", "faq_verbose": "Frequently Asked Questions" - } + }, + "rss": [ + { + "title": "Weekly Updates (Medium)", + "url": "https://medium.com/feed/@iojs" + } + ] } } diff --git a/source/project.js b/source/project.js index d810ae4..df29574 100644 --- a/source/project.js +++ b/source/project.js @@ -20,7 +20,13 @@ project.links = { faq: './faq.html', faq_verbose: './faq.html', releases: './releases.html' - } + }, + rss: [ + { + title: 'Releases (GitHub)', + url: 'https://github.com/iojs/io.js/releases.atom' + } + ] }; var baseURL = `https://iojs.org/dist`; diff --git a/source/templates/main.html b/source/templates/main.html index f5a9cf9..7608c22 100644 --- a/source/templates/main.html +++ b/source/templates/main.html @@ -24,6 +24,12 @@ + {{#each project.links.rss}} + + {{/each}} + {{#each i18n.links.rss}} + + {{/each}}