🏗️ Finish the head attributes redesign.
This commit is contained in:
5
layouts/partials/head/facebook.html
Normal file
5
layouts/partials/head/facebook.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{{- with .Site.Params.openGraph.facebook }}
|
||||
{{- range $attr, $val := . }}
|
||||
<meta property="fb:{{ $attr }}" content="{{ $val }}">
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
Reference in New Issue
Block a user