diff --git a/layouts/partials/post-metadata.html b/layouts/partials/post-metadata.html index a9b587d..3a99a62 100644 --- a/layouts/partials/post-metadata.html +++ b/layouts/partials/post-metadata.html @@ -1,18 +1,13 @@ -{{ if or .Date .IsTranslated .Site.Params.wordcount .Site.Params.readingtime .Site.Params.repoURL }} +{{ if or .Date .IsTranslated .Site.Params.readingtime .Site.Params.repoURL }}
{{ if .Date }} {{ partial "icon.html" "calendar" }} - - {{ $gitinfo := false }} - {{ with .GitInfo }} - {{ $gitinfo = true }} - {{ end }} - {{/* TODO: make this be a tooltip */}} {{ if ne (time.Format "2006-01-02" .Lastmod) (time.Format "2006-01-02" .Date) }}