Skip to content

Commit

Permalink
Update Layout.coffee
Browse files Browse the repository at this point in the history
comment out first line because it's not used in this file.
update util, file to require proper module.
  • Loading branch information
ntalbs committed Mar 20, 2015
1 parent 67103a9 commit 8689e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Layout.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
extend = hexo.extend
util = hexo.util
file = hexo.file
# extend = hexo.extend
util = require 'hexo-util'
file = require 'hexo-fs'

async = require 'async'

Expand Down

0 comments on commit 8689e3d

Please sign in to comment.