parent
888b0c9df4
commit
e30dbfe5d7
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@
|
|||
<meta property='article:expiration_time' content='{{ .ExpiryDate.Format $dateFormat }}'/>
|
||||
{{- end -}}
|
||||
{{- else -}}
|
||||
{{- if not .Site.Lastmod.IsZero -}}
|
||||
<meta property='og:updated_time' content='{{ .Site.Lastmod.Format $dateFormat }}'/>
|
||||
{{- if not .Site.LastDate.IsZero -}}
|
||||
<meta property='og:updated_time' content='{{ .Site.LastDate.Format $dateFormat }}'/>
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue