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 48950fa commit f50a37a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/postbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ <h4 class="card-text">{{ post.excerpt | strip_html | truncatewords:30 }}</h4>
<span class="post-name"><a target="_blank" href="{{ author.web }}">{{ author.display_name }}</a></span><br/>
{% 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">{{ content | reading_time }} 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 f50a37a

Please sign in to comment.