{{ $description := (site.Params.description) }} {{ with (.Summary) }}{{ $description = . }}{{ end }} {{ with (.Description) }}{{ $description = . }}{{ end }} {{ $image := (index (.Params.images) 0) }} {{ $url := (urls.Parse (site.BaseURL)) }} {{ if ($.IsPage) }} {{ with (.Params.uuid) }} {{ end }} {{ if (.Params.date) }} {{ end }} {{ with ($image) }} {{ end }} {{ with (.GetTerms "authors") }} {{ range . }} {{ end }} {{ end }} {{ with (.GetTerms "tags") }} {{ range . }} {{ end }} {{ end }} {{ end }}