Back to Falco

News

layouts/partials/landing/news.html

latest370 B
Original Source

{{ $blog_pages := (where site.RegularPages "Section" "blog").ByDate.Reverse }} {{ range $i, $item := first 2 $blog_pages }} {{ with not (eq $i 0)}}


{{ end }} {{ .Date.Format "Jan 02, 2006" }} [

{{ .Title }}

]({{%20.RelPermalink%20}}) {{ if .Description }} {{ .Description | truncate 160 }} {{ else }} {{ .Title | truncate 160 }} {{ end }} {{ end }}