class Jekyll::ArchivesV2::Archive
def url_placeholders
Returns a hash of URL placeholder names (as symbols) mapping to the
def url_placeholders if @title.is_a? Hash @title.merge(:collection => @collection_name, :type => @type) else { :collection => @collection_name, :name => @slug, :type => @type } end end