Skip to content

Commit

Permalink
Attempt reading_time fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greganswer committed Feb 10, 2023
1 parent de377ac commit 62098e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

<article class="post">
<h1>{{ page.title }}</h1>
<em>
{{ content | reading_time }} read
</em>
<p>
<em>{{ content | reading_time }} read</em>
</p>

<div class="entry">
{{ content }}
Expand Down

0 comments on commit 62098e8

Please sign in to comment.