Skip to content

Commit

Permalink
fix showLastUpdate #503
Browse files Browse the repository at this point in the history
  • Loading branch information
panr committed Nov 22, 2024
1 parent c779a70 commit b09f47a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h1 class="post-title">
{{- if .Date -}}
<time class="post-date">
{{- partial "post-date" . -}}
{{- if .Lastmod -}}
{{- if and $.Site.Params.showLastUpdated .Lastmod -}}
&nbsp;{{- partial "post-lastmod" . -}}
{{- end -}}
</time>
Expand Down

0 comments on commit b09f47a

Please sign in to comment.