forked from mirrors/hugo-theme-terminal
fix showLastUpdate #503
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
{{- if .Date -}}
|
||||
<time class="post-date">
|
||||
{{- partial "post-date" . -}}
|
||||
{{- if .Lastmod -}}
|
||||
{{- if and $.Site.Params.showLastUpdated .Lastmod -}}
|
||||
{{- partial "post-lastmod" . -}}
|
||||
{{- end -}}
|
||||
</time>
|
||||
|
Reference in New Issue
Block a user