diff --git a/layouts/partials/components/meta/index.html b/layouts/partials/components/meta/index.html index 68d77f2..b4f11b0 100644 --- a/layouts/partials/components/meta/index.html +++ b/layouts/partials/components/meta/index.html @@ -6,9 +6,11 @@ {{ . }} · {{ end }} - - {{ printf "%d min. read" .ReadingTime }} - + {{ if ge .ReadingTime 1 }} + + {{ printf "%d min. read" .ReadingTime }} + + {{ end }} {{ else }} {{ $count := len .Pages }}