summaryrefslogtreecommitdiff
path: root/layouts/partials/head/og-image.html
blob: 79ca9aa62d1910894a2b05c04f7c54260a9fe56f (plain)
1
2
3
4
5
{{- if (or .IsHome .IsPage) -}}
  {{- with resources.GetMatch "images/og-image.{webp,png,jpg}" -}}
    {{- .RelPermalink -}}
  {{- end -}}
{{- end -}}