resources.ByType

媒體類型 通常是 imagetextaudiovideoapplication 之一。

{{ range resources.ByType "image" }}
  <img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}