diff --git a/layouts/partials/post-meta.html b/layouts/partials/post-meta.html index d0e0859d..eabf464f 100644 --- a/layouts/partials/post-meta.html +++ b/layouts/partials/post-meta.html @@ -76,6 +76,6 @@ {{ end }} {{ if .Site.Params.displayReadingTime }} {{ $icon := replace (index $.Site.Data.SVG $.Site.Params.readingTimeIcon) "icon" "icon post-meta-icon" | safeHTML }} - {{ $icon }}{{ .ReadingTime }} {{ i18n "minute" }} + {{ $icon }}{{ .ReadingTime }} {{ i18n "minute" .ReadingTime }} {{ end }} \ No newline at end of file