class Jekyll::ArchivesV2::Archive

def template

Returns the template String.

The template of the permalink.
def template
  @config.dig("permalinks", type)
end