akashacms-blog-podcast
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -43,3 +43,3 @@ /** | ||
var findBlogDocs = function(config, metadata, blogcfg) { | ||
var documents = akasha.findMatchingDocuments(config, blogcfg.matchers); | ||
var documents = akasha.findMatchingDocuments(blogcfg.matchers); | ||
@@ -98,3 +98,3 @@ documents.sort(function(a, b) { | ||
var feedRenderTo = blogcfg.rssurl; | ||
akasha.generateRSS(config, blogcfg.rss, { | ||
akasha.generateRSS(blogcfg.rss, { | ||
feed_url: config.root_url + feedRenderTo, | ||
@@ -128,3 +128,3 @@ pubDate: new Date() | ||
var documents; | ||
akasha.readDocumentEntry(config, metadata.documentPath, function(err, docEntry) { | ||
akasha.readDocumentEntry(metadata.documentPath, function(err, docEntry) { | ||
$('blog-next-prev').each(function(i, elem) { elements.push(elem); }); | ||
@@ -131,0 +131,0 @@ if (elements.length > 0) { |
@@ -14,3 +14,3 @@ { | ||
}, | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"engines": { | ||
@@ -17,0 +17,0 @@ "node": ">=0.10.1" |
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
7318