{{ $blog := .blog }} {{ $site := .site }} {{ $isfeatured := .isfeatured }} {{ if isset $blog.Params "author" }} {{ $author := (index $site.Data.team $blog.Params.author) }} {{ if isset $blog.Params "categories" }}

{{ $sortS := replace ($blog.Title) "'S" "'s" }} {{ replace $sortS " | t" " | T" }}

{{ dateFormat "January 2, 2006" $blog.Date }}
{{ $categoriesLength := len $blog.Params.categories }} {{ $categoriesURL := "categories/" | absLangURL }} {{- if ne $categoriesLength 0 }} {{ end }}
{{ end }} {{ end }}