Skip to content

Commit

Permalink
fix: tiny fix read more
Browse files Browse the repository at this point in the history
  • Loading branch information
lastofpudge committed Feb 22, 2024
1 parent b749301 commit 22485ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/pages/list.twig
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% if post.thumbnail %}
<img src="{{ post.thumbnail.src }}" srcset="{{ post.thumbnail.srcset }}" alt="{{ post.title }}" />
{% else %}
{{ post.excerpt(20, false, '', true) }}
{{ post.excerpt({ words: 20, read_more: '' }) }}
</div>
{% endfor %}

Expand Down

0 comments on commit 22485ae

Please sign in to comment.