to_id

in jekyll/plugins/to_id_filter.rb [3:6]


    def to_id(input)
      input.sub(/^\//, '').sub(/.html$/, '')
    end