We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
undefined_words_per_minute
1 parent b4c3b54 commit 22ed2d7Copy full SHA for 22ed2d7
_includes/read-time.html
@@ -1,5 +1,3 @@
1
-
2
3
{% if post.read_time %}
4
{% assign words = post.content | strip_html | number_of_words %}
5
{% elsif page.read_time %}
@@ -15,5 +13,5 @@
15
13
{{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
16
14
{% endif %}
17
{% else %}
18
- {{ site.data.ui-text[site.locale].undefined_words_per_minute }}
+ {{ site.data.ui-text[site.locale].undefined_wpm }}
19
0 commit comments