{{- /*
Open Graph Partial — Alpha Hugo Theme
Theme Repo: https://github.com/oxypteros/alpha
*/
-}}
{{- $dateMachine := .Date | time.Format "2006-01-02T15:04:05-07:00" }}
{{- $modDateMachine := .Lastmod | time.Format "2006-01-02T15:04:05-07:00" }}
{{- with or site.Title site.Params.title | plainify }}
{{- end }}
{{- with or .Title site.Title site.Params.title | htmlUnescape | plainify }}
{{- end }}
{{- with or .Page.Params.seoDesc .Description }}
{{- end }}
{{- with .Params.author }}
{{- end }}
{{- if .IsTranslated }}
{{- range .Translations }}
{{- end }}
{{- end }}
{{- if .IsPage }}
{{- with .Section }}
{{- end }}
{{- if ne $dateMachine $modDateMachine }}
{{- end }}
{{- range .GetTerms "tags" | first 6 }}
{{- end }}
{{- else }}
{{- end }}
{{- with partial "_funcs/get-page-images" . }}
{{- range . | first 6 }}
{{- end }}
{{- end }}
{{- with .Params.audio }}
{{- range . | first 6 }}
{{- end }}
{{- end }}
{{- with .Params.videos }}
{{- range . | first 6 }}
{{- end }}
{{- end }}
{{- range .GetTerms "series" }}
{{- range .Pages | first 7 }}
{{- if ne $ . }}
{{- end }}
{{- end }}
{{- end }}
{{- with site.Params.social }}
{{- if reflect.IsMap . }}
{{- with .facebook_app_id }}
{{- else }}
{{- with .facebook_admin }}
{{- end }}
{{- end }}
{{- end }}
{{- end }}