summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/post_meta.html
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2019-08-03 22:41:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2019-08-03 22:41:09 +0200
commit7f50f6106d557f13a34b4978a676b127a0435981 (patch)
tree8a269710c334d8b8681c85fb8a79b7fa08da4f00 /themes/beautifulhugo/layouts/partials/post_meta.html
parentc43a62caba5ea05f0196eead6f4e2af00c884638 (diff)
port changes from kate-editor.org
Diffstat (limited to 'themes/beautifulhugo/layouts/partials/post_meta.html')
-rw-r--r--themes/beautifulhugo/layouts/partials/post_meta.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/themes/beautifulhugo/layouts/partials/post_meta.html b/themes/beautifulhugo/layouts/partials/post_meta.html
index f7e03d7..fa07693 100644
--- a/themes/beautifulhugo/layouts/partials/post_meta.html
+++ b/themes/beautifulhugo/layouts/partials/post_meta.html
@@ -2,9 +2,6 @@
{{ $lastmodstr := default (i18n "dateFormat") .Site.Params.dateformat | .Lastmod.Format }}
{{ $datestr := default (i18n "dateFormat") .Site.Params.dateformat | .Date.Format }}
<i class="fas fa-calendar"></i>&nbsp;{{ $datestr | i18n "postedOnDate"}}
- {{ if ne $datestr $lastmodstr }}
- &nbsp;{{ $lastmodstr | i18n "lastModified" }}
- {{ end }}
{{ if .Site.Params.readingTime }}
&nbsp;|&nbsp;<i class="fas fa-clock"></i>&nbsp;{{ i18n "readingTime"}}{{ .ReadingTime }}&nbsp;{{ i18n "readTime" }}
{{ end }}