hexo-migrator-rss
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -44,8 +44,5 @@ var extend = hexo.extend, | ||
var content = [ | ||
'---', | ||
'layout: post', | ||
'title: ' + item.title, | ||
'date: ' + moment(item.pubdate).format('YYYY-MM-DD HH:mm:ss'), | ||
'comments: true', | ||
'tags: ' + (tags ? tags : '') | ||
'tags: ' + (tags ? tags : ''), | ||
'---', | ||
@@ -52,0 +49,0 @@ ]; |
{ | ||
"name": "hexo-migrator-rss", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "RSS migrator 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
3003
52