Back to Falco

Featured Image

layouts/partials/featured-image.html

latest620 B
Original Source

{{ $p := .p }} {{ $class := .class | default "ml-3" }} {{ $image := ($p.Resources.ByType "image").GetMatch "**featured*" }} {{ $title := ($p.Title) }} {{ $falco_weekly_prefix := "Falco Weekly" }} {{ $image_palceholder := .placeholder}} {{ if $image }} {{ with $image.Params.byline }} {{ . | html }} {{ end }} {{ else if strings.HasPrefix $title $falco_weekly_prefix }} {{ else }} {{ end }}