We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7a42b0 commit c3d39f3Copy full SHA for c3d39f3
1 file changed
_includes/related-posts.html
@@ -50,7 +50,7 @@ <h3 class="pt-2 mt-1 mb-4" data-toc-skip>{{ site.data.label.post.relate_posts }}
50
{% assign index = data[1] | plus: 0 %}
51
{% assign post = site.posts[index] %}
52
<div class="card">
53
- <a href="{{ post.url }}">
+ <a href="{{ post.url | relative_url }}">
54
<div class="card-body">
55
<span class="timeago small">
56
{{ post.date | date: POST_DATE }}
0 commit comments