class Jekyll::ArchivesV2::Archive

def layout

Returns the layout as a String

The layout to use for rendering
def layout
  @config.dig("layouts", type) || @config["layout"]
end