Skip to content

Commit

Permalink
Change continue to Read more
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad88me committed Jun 24, 2024
1 parent 0bb5654 commit b67e70a
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 @@ -55,7 +55,7 @@ <h2 id = "post-title"><a href="{{ post.url | absolute_url }}">{{ post.title }}<
{% else %}
{{ post.content | strip_html | truncatewords:30 }}
{% endif %}
<span class = "continue-reading"><a href="{{ post.url | absolute_url }}">Continue</a></span>
<span class = "continue-reading"><a href="{{ post.url | absolute_url }}">Read more</a></span>
</p>
</div>

Expand Down

0 comments on commit b67e70a

Please sign in to comment.