lib/octopress-ink/jekyll/hooks.rb in octopress-ink-1.0.0.rc.25 vs lib/octopress-ink/jekyll/hooks.rb in octopress-ink-1.0.0.rc.26

- old
+ new

@@ -12,10 +12,10 @@ Ink.payload end def post_write(site) Octopress::Ink::Plugins.static_files.each do |f| - f.write(site.config['destination']) + f.write(site.dest) end end end end end