resources.Match

resources.Match


Returns a collection of global resources from paths matching the given glob pattern, or nil if none found.

{{ range resources.Match "images/*.jpg" }}
  <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}

Hugo determines a match using a case-insensitive [glob pattern].