We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c4270 commit 537ec00Copy full SHA for 537ec00
layouts/partials/post_meta.html
@@ -5,7 +5,7 @@
5
{{- end }}
6
7
{{- if (.Param "ShowReadingTime") -}}
8
-{{- $scratch.Add "meta" (slice (i18n "read_time" .ReadingTime | default (printf "%s min" .ReadingTime))) }}
+{{- $scratch.Add "meta" (slice (i18n "read_time" .ReadingTime | default (printf "%d min" .ReadingTime))) }}
9
10
11
{{- with (partial "author.html" .) }}
0 commit comments