edited post

This commit is contained in:
Morgan 2023-10-29 11:21:16 +09:00
parent 9ee8e8c6ff
commit 39a03cb315
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@
<div class="post-meta">
{{- if not .Date.IsZero -}}
{{- ((printf "<span title='%s'>%s</span>" (.Date) (.Date | time.Format (default "January 2, 2006" site.Params.DateFormat)))) }}
<span title='{{ .Date }}'>
{{.Date | time.Format (default "January 2, 2006" site.Params.DateFormat) }}
</span>
{{- end }}
</div>
</header>