updated titlecase filter, added titlecase filter to entry titles in article.html partial

This commit is contained in:
Brandon Mathis
2011-06-08 20:32:24 -04:00
parent a20dc08e10
commit 8d3731e0dc
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,6 @@ module OctopressFilters
RubyPants.new(input).to_html
end
def titlecase(input)
require 'titlecase'
input.titlecase
end
def datetime(date)