Skip to content

Commit a0179b2

Browse files
committed
Fixed the link of posts' nav-button.
1 parent b27ae2e commit a0179b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/related-posts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ <h3 class="pt-2 mt-1 mb-4" data-toc-skip>{{ site.data.label.post.relate_posts }}
5050
{% assign index = data[1] | plus: 0 %}
5151
{% assign post = site.posts[index] %}
5252
<div class="card">
53-
<a href="{{ post.url }}">
53+
<a href="{{ post.url | relative_url }}">
5454
<div class="card-body">
5555
<span class="timeago small">
5656
{{ post.date | date: POST_DATE }}

0 commit comments

Comments
 (0)