resources.ByType
媒體類型 通常是 image
、text
、audio
、video
或 application
之一。
{{ range resources.ByType "image" }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}
媒體類型 通常是 image
、text
、audio
、video
或 application
之一。
{{ range resources.ByType "image" }}
<img src="{{ .RelPermalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="">
{{ end }}