parent
286a8c1f93
commit
8cf61c9e95
2 changed files with 3 additions and 3 deletions
|
@ -72,5 +72,5 @@ post = "/:year/:month/:day/:15:04:05/"
|
||||||
lineNos = true
|
lineNos = true
|
||||||
lineNumbersInTable = false
|
lineNumbersInTable = false
|
||||||
noClasses = true
|
noClasses = true
|
||||||
style = "onedark"
|
style = "evergarden"
|
||||||
tabWidth = 2
|
tabWidth = 2
|
||||||
|
|
|
@ -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.LastChange.IsZero -}}
|
{{- if not .Site.Lastmod.IsZero -}}
|
||||||
<meta property='og:updated_time' content='{{ .Site.LastChange.Format $dateFormat }}'/>
|
<meta property='og:updated_time' content='{{ .Site.Lastmod.Format $dateFormat }}'/>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue