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