Back to Falco

Plugins Gallery Items

layouts/shortcodes/docs/plugins_gallery_items.html

latest222 B
Original Source

{{ $collection := index $.Site.Data.adopters ($.Get 0)}} {{ with $.Inner }}{{ end }} {{ with $collection }} {{ range sort $collection "weight" }}

{{ if .description }} {{ .description }} {{ end }} {{ end }} {{ end }}