{{- $taxonomy := .Get "taxonomy" -}}
{{- with (index .Site.Taxonomies.categories $taxonomy) -}} {{- range first 2 . -}}
{{- $img := .Resources.GetMatch "*featured*" -}} {{- $permalink := .RelPermalink -}} {{- with $img -}} {{- $small := .Resize "600x" -}}
{{ $img.Title }}
{{- end -}}
    {{- range .Params.categories -}}
  • {{T . }}
  • {{- end -}}

{{.Title}}

{{- end -}} {{- end -}}