Skip to content

Commit d0bce75

Browse files
author
zhouhongxuan
committed
feat(layout): readtime
1 parent 017c8b5 commit d0bce75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/minos/layout/common/article.ejs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span class="column is-narrow">
2727
<% if (!post.external){ %>
2828
<% let words = word_count(post._content); %>
29-
<% let time = duration((words / 200.0) * 60, 'seconds') %>
29+
<% let time = duration((words / 300.0) * 60, 'seconds') %>
3030
<%= `${ time.humanize() } ${ __('article.read')} (${ __('article.about') } ${ words } ${ __('article.words') })` %>
3131
<% } %>
3232
</span>

0 commit comments

Comments
 (0)