Back to Istio Io

{{ .Params.title }}

layouts/news/release-grid.html

latest482 B
Original Source

{{ .Params.title }}

{{ .Params.description }}

{{ $pages := (where .Site.Pages "Section" .Section) }} {{ $pages = sort $pages ".Params.publishdate" "desc" }} {{ $parent := .Page }} {{ $parentDir := (path.Dir .Page.File.Dir) }}

{{ range $pages }} {{ $pageLocation := (path.Dir (path.Dir .File.Dir)) }} {{ if eq $parentDir $pageLocation }} | Istio {{ .LinkTitle }} | {{ .PublishDate.Format (i18n "page_publish_date_format") -}} | {{ end }} {{ end }}