Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Commit

Permalink
Added description tag for each RSS item
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumeet Adur committed Dec 29, 2015
1 parent d1754dc commit 3152d8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ gulp.task('create-rss-feed', () => {
let currentWord = words[slug];
rssString += '<item>';
rssString += `<title>${currentWord.word}</title>`;
rssString += `<description>${currentWord.tweettextrss}</description>`;
rssString += `<link>${rssLink}${slug}/</link>`;
rssString += `<guid>${rssLink}${slug}/</guid>`;
rssString += `<guff:formatteddate>${currentWord.formatteddate}</guff:formatteddate>`;
Expand Down

0 comments on commit 3152d8c

Please sign in to comment.