{{ if isset .Site.Params "visualfeature" }} {{ if .Site.Params.visualfeature.enable }} {{ if gt (len .Site.Data.visualfeature) 0 }}

視覺化行銷傳遞策略

有價值的內容文案加上吸引人的視覺等於行銷成功的關鍵!
一張照片或 一段短影音就勝過千言萬字

{{ range $index, $element := sort .Site.Data.visualfeature "weight" }} {{ if eq (mod $index 3) 0 }}
{{ end }}
{{ with $element.url }} {{ end }}
{{ with $element.url }}
{{ end }}

{{ $element.name | markdownify }}

{{ $element.description | markdownify }}

{{ if or (eq (mod $index 3) 2) (eq $index (sub (len $.Site.Data.features) 1 )) }}
{{ end }} {{ end }}
{{ end }} {{ end }} {{ end }}