{{ $title := print .Title }} {{ if .IsHome }}{{ $title = .Site.Title}}{{end}} {{ $title }} {{ $url := .RelPermalink | absURL }} {{ $desc := print .Description }} {{ if .IsHome }}{{ $desc = .Params.Description }}{{end}} {{ $ogvideo := "" }} {{ if .Params.Video }} {{ $ogvideo = .Params.Video }} {{ else }} {{ $ogimage := "{{ .Site.BaseURL }}/favicon.png" }} {{ if .Params.Image }} {{ $ogimage = .Params.Image }} {{ end }} {{ end }}