Disable lastmod item in post metadata

This commit is contained in:
BBaoVanC 2022-04-24 01:23:33 -05:00
parent e97d4f921d
commit 2f6d67a03f
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
</span> </span>
{{/* TODO: make this be a tooltip */}} {{/* TODO: make this be a tooltip */}}
{{/* DISABLED
{{ if ne (time.Format "2006-01-02" .Lastmod) (time.Format "2006-01-02" .Date) }} {{ if ne (time.Format "2006-01-02" .Lastmod) (time.Format "2006-01-02" .Date) }}
<span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_modified_date" }}"> <span class="post-meta-item" aria-label="{{ i18n "aria_post_meta_modified_date" }}">
{{ partial "icon.html" "pencil" }} {{ partial "icon.html" "pencil" }}
@ -17,6 +18,7 @@
</time> </time>
{{ end }} {{ end }}
</span> </span>
*/}}
{{ end }} {{ end }}
{{ partial "post-meta-item/authors.html" . }} {{ partial "post-meta-item/authors.html" . }}