class Jekyll::FrontmatterDefaults

def path_is_subpath?(path, parent_path)

def path_is_subpath?(path, parent_path)
  path.start_with?(parent_path)
end