fix showLastUpdate #503
This commit is contained in:
parent
c779a70834
commit
b09f47aae7
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue