resources.ByType
Syntax
resources.ByType MEDIATYPE
Returns
resource.Resources
通常,媒体类型 可以是 image
、text
、audio
、video
或 application
之一。
{{ range resources.ByType "image" }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}