mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Changing reading time from "XX minutes read" to "XX-minute read".
In English, a hyphen (-) joins a number to the noun that follows it. Also, the noun is always minute regardless of the number ('1-minute' and '2-minute' are correct, whereas '2-minutes' is incorrect).
Reference: https://www.grammarly.com/blog/hyphen/
>When numbers are used as the first part of a compound adjective, use a hyphen to connect them to the noun that follows them. This way, the reader knows that both words function like a unit to modify another noun. This applies whether the number is written in words or in digits.
>Example: The president of the company gave a 10-minute speech to the Board of Directors.
24 lines
351 B
TOML
24 lines
351 B
TOML
[category]
|
|
other = "category"
|
|
|
|
[tag]
|
|
other = "tag"
|
|
|
|
[series]
|
|
other = "series"
|
|
|
|
[reading_time]
|
|
other = "{{ .Count }}-minute read"
|
|
|
|
[page_not_found]
|
|
other = "Page Not Found"
|
|
|
|
[page_does_not_exist]
|
|
other = "Sorry, this page does not exist."
|
|
|
|
[head_back]
|
|
other = "You can head back to <a href=\"{{ . }}\">homepage</a>."
|
|
|
|
[powered_by]
|
|
other = "Powered by"
|