hugo-theme-next/layouts/partials/head/facebook.html

5 lines
149 B
HTML
Raw Normal View History

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