Skip to content

Commit

Permalink
Update home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
beccarobins authored Dec 7, 2024
1 parent f167b34 commit 5c6e7c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ <h3 class="post-subtitle">
{{ post.excerpt | strip_html | truncatewords: excerpt_length }}
{% assign excerpt_word_count = post.excerpt | number_of_words %}
{% if post.content != post.excerpt or excerpt_word_count > excerpt_length %}
<a href="{{ post.url | absolute_url }}" class="post-read-more">[Read&nbsp;More]</a>
<a href="{{ post.url | absolute_url }}" class="post-read-more">Read&nbsp;More</a>
{% endif %}
</div>
{% endunless %}
Expand Down

0 comments on commit 5c6e7c7

Please sign in to comment.