{{ with .Params.images }}{{ range first 6 . }}
<meta property="og:image" content="{{ .Site.BaseURL }}{{ . }}" />
{{ end }}{{ end }}
The {{ .Site.BaseURL }} does not work (“can’t evaluate field Site”) because we are inside of .Params.images… What would be the right way to refer in this situation to a “root” variable?