edited post

This commit is contained in:
Morgan 2023-10-29 11:19:26 +09:00
parent ca6e11e46a
commit e660d18e50
1 changed files with 1 additions and 1 deletions

View File

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