We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017c8b5 commit d0bce75Copy full SHA for d0bce75
themes/minos/layout/common/article.ejs
@@ -26,7 +26,7 @@
26
<span class="column is-narrow">
27
<% if (!post.external){ %>
28
<% let words = word_count(post._content); %>
29
- <% let time = duration((words / 200.0) * 60, 'seconds') %>
+ <% let time = duration((words / 300.0) * 60, 'seconds') %>
30
<%= `${ time.humanize() } ${ __('article.read')} (${ __('article.about') } ${ words } ${ __('article.words') })` %>
31
<% } %>
32
</span>
0 commit comments