Skip to content

Commit 22ed2d7

Browse files
mmistakessobkowiak
authored andcommitted
Rename undefined_words_per_minute variable to match one set in ui-text.yml
- Remove extra white-space - Close mmistakes#317
1 parent b4c3b54 commit 22ed2d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

_includes/read-time.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
2-
31
{% if post.read_time %}
42
{% assign words = post.content | strip_html | number_of_words %}
53
{% elsif page.read_time %}
@@ -15,5 +13,5 @@
1513
{{ words | divided_by:site.words_per_minute }} {{ site.data.ui-text[site.locale].minutes_read }}
1614
{% endif %}
1715
{% else %}
18-
{{ site.data.ui-text[site.locale].undefined_words_per_minute }}
16+
{{ site.data.ui-text[site.locale].undefined_wpm }}
1917
{% endif %}

0 commit comments

Comments
 (0)