mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-01-01 01:16:26 +00:00
updated titlecase filter, added titlecase filter to entry titles in article.html partial
This commit is contained in:
@ -25,7 +25,6 @@ module OctopressFilters
|
||||
RubyPants.new(input).to_html
|
||||
end
|
||||
def titlecase(input)
|
||||
require 'titlecase'
|
||||
input.titlecase
|
||||
end
|
||||
def datetime(date)
|
||||
|
||||
Reference in New Issue
Block a user