{{- $title := partialCached "data/title" . .RelPermalink -}} {{- $description := partialCached "data/description" . .RelPermalink -}} {{/* OpenGraph protocol reference https://ogp.me/ */}} {{- if .IsPage -}} {{- range .Params.tags -}} {{- end -}} {{- end -}} {{- if .IsPage -}} {{- if not .Date.IsZero -}} {{- end -}} {{- if not .Lastmod.IsZero -}} {{- end -}} {{- else -}} {{ if not .Site.Lastmod.IsZero }} {{- end -}} {{- end -}} {{ $image := partial "helpers/image" (dict "Context" . "Type" "opengraph") .RelPermalink "opengraph" }} {{ if $image.exists }} {{- end -}}