Back to Istio Io

{{ .Params.title }}

layouts/news/list.html

latest683 B
Original Source

{{ .Params.title }}

{{ .Params.description }}

{{ (.Params.publishdate).Format "Jan 2, 2006" }}

{{ .Content }} {{ with .Content }}

{{ i18n "see_also" }}

{{ end }} {{ $pages := (where .Site.Pages "Section" .Section) }} {{ if .Params.list_by_publishdate }} {{ $pages = sort $pages ".Params.publishdate" "desc" }} {{ end }} {{ $parent := .Page }} {{ $parentDir := (path.Dir .Page.File.Dir) }} {{ range $pages }} {{ $pageLocation := (path.Dir (path.Dir .File.Dir)) }} {{ if and (eq $parentDir $pageLocation) (not .Params.draft) }} {{- $info := "" -}} - {{- .Title -}} {{ end }} {{ end }}

{{ partial "posts_navigation.html" . }}