test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Rikuoh Tsujitani 2024-10-22 11:21:55 +09:00
parent 286a8c1f93
commit 8cf61c9e95
Signed by: riq0h
GPG key ID: 010F09DEA298C717
2 changed files with 3 additions and 3 deletions

View file

@ -72,5 +72,5 @@ post = "/:year/:month/:day/:15:04:05/"
lineNos = true
lineNumbersInTable = false
noClasses = true
style = "onedark"
style = "evergarden"
tabWidth = 2

View file

@ -63,8 +63,8 @@
<meta property='article:expiration_time' content='{{ .ExpiryDate.Format $dateFormat }}'/>
{{- end -}}
{{- else -}}
{{- if not .Site.LastChange.IsZero -}}
<meta property='og:updated_time' content='{{ .Site.LastChange.Format $dateFormat }}'/>
{{- if not .Site.Lastmod.IsZero -}}
<meta property='og:updated_time' content='{{ .Site.Lastmod.Format $dateFormat }}'/>
{{- end -}}
{{- end -}}