{{ if .Params.meta.description }} {{ .Scratch.Set "desc" .Params.meta.description }} {{ else }} {{ .Scratch.Set "desc" .Summary }} {{ end }} {{ if .Params.meta.image }} {{ .Scratch.Set "image" (.Params.meta.image | absURL) }} {{ else }} {{ .Scratch.Set "image" ("/images/default-meta-img.png" | absURL) }} {{ end }}