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