Skip to content

Commit

Permalink
Merge pull request #288 from iLeoDo/master
Browse files Browse the repository at this point in the history
fix mistake in tagcloud.js
  • Loading branch information
tommy351 committed Aug 28, 2013
2 parents a30300b + fdfee54 commit 45354b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/plugins/helper/tagcloud.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var _ = require('lodash');
var _ = require('lodash'),
config = hexo.config,
root = config.root;

module.exports = function(tags, options){
if (!options){
Expand Down

0 comments on commit 45354b9

Please sign in to comment.