This commit is contained in:
parent
e30dbfe5d7
commit
104fafdea8
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.LastDate.IsZero -}}
|
{{- if not .Site.LastChange.IsZero -}}
|
||||||
<meta property='og:updated_time' content='{{ .Site.LastDate.Format $dateFormat }}'/>
|
<meta property='og:updated_time' content='{{ .Site.LastChange.Format $dateFormat }}'/>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue