hexo-generator-feed
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -10,2 +10,4 @@ var util = hexo.util, | ||
console.log('Generating feed.'); | ||
var content = [ | ||
@@ -28,3 +30,3 @@ {title: '<![CDATA[' + config.title + ']]>'}, | ||
{id: config.url + '/'}, | ||
{author: | ||
{author: | ||
{ | ||
@@ -61,3 +63,3 @@ name: '<![CDATA[' + config.author + ']]>' | ||
}, | ||
{id: config.url + '/' + item.permalink}, | ||
{id: item.permalink}, | ||
{published: item.date.toDate().toISOString()}, | ||
@@ -81,3 +83,3 @@ {updated: item.updated.toDate().toISOString()}, | ||
_attrs: { | ||
scheme: config.url + '/' + encodeURIComponent(tag.permalink), | ||
scheme: tag.permalink, | ||
term: tag.name | ||
@@ -84,0 +86,0 @@ } |
{ | ||
"name": "hexo-generator-feed", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "Feed generator plugin for Hexo", | ||
@@ -5,0 +5,0 @@ "main": "index", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
89
2717