Skip to content

Commit

Permalink
[blog edits]
Browse files Browse the repository at this point in the history
  • Loading branch information
aangelopoulos committed Sep 10, 2024
1 parent cd82276 commit 6e877ce
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions _pages/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,7 @@ pagination:

<ul class="post-list">

{% if page.pagination.enabled %}
{% assign postlist = paginator.posts %}
{% else %}
{% assign postlist = site.posts %}
{% endif %}

{% for post in postlist %}
{% for post in site.posts %}

{% if post.external_source == blank %}
{% assign read_time = post.content | number_of_words | divided_by: 180 | plus: 1 %}
Expand Down Expand Up @@ -183,11 +177,11 @@ pagination:
</div>
</div>
{% endif %}
</li>
</li>

{% endfor %}
{% endfor %}

</ul>
</ul>

{% if page.pagination.enabled %}
{% include pagination.liquid %}
Expand Down

0 comments on commit 6e877ce

Please sign in to comment.