We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5612275 commit b45b247Copy full SHA for b45b247
blog/index.html
@@ -24,7 +24,7 @@ <h2>{{ site.blog_description }}</h2>
24
<ul class="post-list">
25
{% for post in paginator.posts %}
26
27
- {% assign read_time = page.content | number_of_words | divided_by: 180 | plus: 1 %}
+ {% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
28
{% assign year = post.date | date: "%Y" %}
29
{% assign tags = post.tags | join: "" %}
30
{% assign categories = post.categories | join: "" %}
0 commit comments