mirror of
https://github.com/panr/hugo-theme-terminal.git
synced 2025-04-03 19:53:35 +03:00
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…
Add table
Reference in a new issue