Skip to content

Commit

Permalink
fix read more button url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonyy committed Nov 3, 2024
1 parent 726aab1 commit bfd2d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- optional readme button, if more content exists -->
{% if post.read_more %}
<div class="read-more">
<a href="{{ post.url }}">➡️ Read more...</a>
<a href="{{ site.url}}{{ post.url }}">➡️ Read more...</a>
</div>
{% endif %} {% endif %}
</div>

0 comments on commit bfd2d14

Please sign in to comment.