{{ with .Site.Params.openGraph.facebook }}
{{ range $attr, $val := . }}
<meta property="fb:{{ $attr }}" content="{{ $val }}">
{{ end }}