diff --git a/layouts/partials/head/opengraph/provider/base.html b/layouts/partials/head/opengraph/provider/base.html
index 055745d..816e5ff 100644
--- a/layouts/partials/head/opengraph/provider/base.html
+++ b/layouts/partials/head/opengraph/provider/base.html
@@ -32,12 +32,12 @@
{{- end -}}
{{- else -}}
- {{- if not .Site.Lastmod.IsZero -}}
-
+ {{- if not .Site.LastChange.IsZero -}}
+
{{- end -}}
{{- end -}}
{{ $image := partialCached "helper/image" (dict "Context" . "Type" "opengraph") .RelPermalink "opengraph" }}
{{- if $image.exists -}}
-{{- end -}}
\ No newline at end of file
+{{- end -}}