Skip to content

Commit

Permalink
update time read
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpadilha committed Jun 10, 2024
1 parent a511095 commit 32aac5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/postbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4>
{% endif %}
<span class="post-date">{{ post.date | date_to_string }}</span>
<!-- <span class="s" aria-hidden="true" style="padding-left: 2px; padding-right: 2px;"><span class="am b bm ah aj">·</span></span>-->
<!-- <span class="post-date">{{ post.content | reading_time }} read</span>-->
<span class="post-date">{{ post.content | number_of_words | divided_by: 180 }} min read</span>
</span>
<!-- <span class="post-read-more"><a href="{{ site.baseurl }}{{ post.url }}" title="Read Story"><svg class="svgIcon-use" width="25" height="25" viewbox="0 0 25 25"><path d="M19 6c0-1.1-.9-2-2-2H8c-1.1 0-2 .9-2 2v14.66h.012c.01.103.045.204.12.285a.5.5 0 0 0 .706.03L12.5 16.85l5.662 4.126a.508.508 0 0 0 .708-.03.5.5 0 0 0 .118-.285H19V6zm-6.838 9.97L7 19.636V6c0-.55.45-1 1-1h9c.55 0 1 .45 1 1v13.637l-5.162-3.668a.49.49 0 0 0-.676 0z" fill-rule="evenodd"></path></svg></a></span>-->
<div class="clearfix"></div>
Expand Down

0 comments on commit 32aac5a

Please sign in to comment.