resources.ByType
文法
resources.ByType MEDIATYPE
戻り値
resource.Resources
The media type is typically one of image, text, audio, video, or application.
{{ range resources.ByType "image" }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}