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 }}'/>
|
<meta property='article:expiration_time' content='{{ .ExpiryDate.Format $dateFormat }}'/>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- else -}}
|
{{- else -}}
|
||||||
{{- if not .Site.Lastmod.IsZero -}}
|
{{- if not .Site.LastDate.IsZero -}}
|
||||||
<meta property='og:updated_time' content='{{ .Site.Lastmod.Format $dateFormat }}'/>
|
<meta property='og:updated_time' content='{{ .Site.LastDate.Format $dateFormat }}'/>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue