Skip to content

Commit

Permalink
Attempt reading_time fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
greganswer committed Feb 10, 2023
1 parent 62098e8 commit f396c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<article class="post">
<h1>{{ page.title }}</h1>
<p>
<em>{{ content | reading_time }} read</em>
<em>{{ content | reading_time }}</em>
</p>

<div class="entry">
Expand Down

0 comments on commit f396c39

Please sign in to comment.