From 6205d56b85fea31e008cd0fef26805bab8084786 Mon Sep 17 00:00:00 2001 From: Daniel Tipping Date: Sat, 14 Mar 2020 12:57:17 +0000 Subject: [PATCH] Use .Lastmod for og:updated_time .Lastmod is the time at which the website was most recently updated, rather than .Date which is the time at which the website content file was created. --- tpl/tplimpl/embedded/templates.autogen.go | 2 +- tpl/tplimpl/embedded/templates/opengraph.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpl/tplimpl/embedded/templates.autogen.go b/tpl/tplimpl/embedded/templates.autogen.go index 821354c99..70586ed33 100644 --- a/tpl/tplimpl/embedded/templates.autogen.go +++ b/tpl/tplimpl/embedded/templates.autogen.go @@ -211,7 +211,7 @@ if (!doNotTrack) { {{ end }} {{- if not .Lastmod.IsZero }}{{ end }} {{- else }} -{{- if not .Date.IsZero }} +{{- if not .Date.IsZero }} {{- end }} {{- end }}{{/* .IsPage */}} diff --git a/tpl/tplimpl/embedded/templates/opengraph.html b/tpl/tplimpl/embedded/templates/opengraph.html index 68b4de5a3..07d9775d0 100644 --- a/tpl/tplimpl/embedded/templates/opengraph.html +++ b/tpl/tplimpl/embedded/templates/opengraph.html @@ -22,7 +22,7 @@ {{ end }} {{- if not .Lastmod.IsZero }}{{ end }} {{- else }} -{{- if not .Date.IsZero }} +{{- if not .Date.IsZero }} {{- end }} {{- end }}{{/* .IsPage */}}