lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.38 vs lib/octopress-ink.rb in octopress-ink-1.0.0.alpha.39
- old
+ new
@@ -140,10 +140,10 @@
FileUtils.mkdir_p File.dirname(dest)
File.open(dest, 'w') {|f| f.write(contents) }
puts "Updated #{dest} from #{source}"
end
- def sefl.doc_title(input)
+ def self.doc_title(input)
<<-YAML
---
title: "#{input.strip}"
---
YAML