From 0029dad183444d5dae057c18e643975f73bf6c8c Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sat, 4 Jun 2022 16:43:18 -0700 Subject: [PATCH] Whitespace fix --- layouts/partials/wordcount.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/wordcount.html b/layouts/partials/wordcount.html index 4504530..ac6579e 100644 --- a/layouts/partials/wordcount.html +++ b/layouts/partials/wordcount.html @@ -14,6 +14,6 @@ About {{- $minutes := mod . 60 -}} {{- $displayTime = (printf "%d hour and %d" $hours $minutes) | safeHTML -}} {{- end -}} - ; a{{ if lt . 10 }} short{{ else if and (gt . 20) (lt . 30) }} somewhat long{{ else if and (gt . 29) (lt . 60) }} long{{ else if gt . 59 }} very long {{ end -}} + ; a {{ if lt . 10 }}short {{ else if and (gt . 20) (lt . 30) }}somewhat long {{ else if and (gt . 29) (lt . 60) }}long {{ else if gt . 59 }} very long {{ end -}} read {{- end -}}