Skip to content

Commit

Permalink
fix #21
Browse files Browse the repository at this point in the history
  • Loading branch information
dixyes committed Apr 26, 2018
1 parent 4a1b3e6 commit fd96a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ hexo.extend.filter.register('after_render:html', (str, data) => {


// {% dplayer key=value ... %}
hexo.extend.tag.register('dplayer', (args) => {
hexo.extend.tag.register('dplayer', function (args) {

//hexo.locals.get('posts').forEach(console.log)

Expand Down

0 comments on commit fd96a57

Please sign in to comment.