class Jekyll::ArchivesV2::Archive

def template

Returns the template String as defined in config, else returns default template.

The template of the permalink.
def template
  @config.dig("permalinks", type) || "/:collection/:type/:name/"
end