From 2f6d67a03f3ff0039108917266321d6dc29355c8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 24 Apr 2022 01:23:33 -0500 Subject: [PATCH] Disable lastmod item in post metadata --- layouts/partials/post-metadata/full.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/post-metadata/full.html b/layouts/partials/post-metadata/full.html index d78bd85..275ba8a 100644 --- a/layouts/partials/post-metadata/full.html +++ b/layouts/partials/post-metadata/full.html @@ -9,6 +9,7 @@ {{/* TODO: make this be a tooltip */}} + {{/* DISABLED {{ if ne (time.Format "2006-01-02" .Lastmod) (time.Format "2006-01-02" .Date) }} {{ partial "icon.html" "pencil" }} @@ -17,6 +18,7 @@ {{ end }} + */}} {{ end }} {{ partial "post-meta-item/authors.html" . }}