# File lib/jekyll/filters.rb, line 88
    def number_of_words(input)
      input.split.length
    end